Merge pull request #666 from RayJason/fix/style-typo

fix: default tab ellipsis typo
This commit is contained in:
mathuo 2024-08-01 20:01:35 +01:00 committed by GitHub
commit bb312d871c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;