fix: default tab ellipsis typo

This commit is contained in:
RayJason 2024-07-30 15:41:01 +08:00
parent 5b9dbdf57e
commit f689e38e59

View File

@ -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;