Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Jul 1, 2024
1 parent cf84aaa commit 44d0f44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/tabs/KTabsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -304,15 +304,15 @@
text-overflow: ellipsis;
text-transform: uppercase;
white-space: nowrap;
// Setting vertical align here to prevent an extra space below the tabs
// https://stackoverflow.com/questions/23529369/why-does-x-overflowhidden-cause-extra-space-below
vertical-align: middle;
cursor: pointer;
border-style: solid;
border-width: 0 0 2px;
border-top-left-radius: $radius;
border-top-right-radius: $radius;
transition: background-color $core-time ease;
// Setting vertical align here to prevent an extra space below the tabs
// https://stackoverflow.com/questions/23529369/why-does-x-overflowhidden-cause-extra-space-below
vertical-align: middle;
@media print {
min-width: 0;
Expand Down

0 comments on commit 44d0f44

Please sign in to comment.