mirror of
https://github.com/mathuo/dockview
synced 2025-02-02 22:45:48 +00:00
fix: default tab ellipsis typo
This commit is contained in:
parent
5b9dbdf57e
commit
f689e38e59
@ -62,7 +62,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0px 8px;
|
padding: 0px 8px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: elipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
.dv-default-tab-content {
|
.dv-default-tab-content {
|
||||||
padding: 0px 8px;
|
padding: 0px 8px;
|
||||||
|
Loading…
Reference in New Issue
Block a user