From 44d0f44cedaf261bc311a4d88b7365c551959e59 Mon Sep 17 00:00:00 2001 From: Alex Velez Date: Mon, 1 Jul 2024 09:04:50 -0500 Subject: [PATCH] fix lint --- lib/tabs/KTabsList.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/tabs/KTabsList.vue b/lib/tabs/KTabsList.vue index 51fad2e0c..8349b968e 100644 --- a/lib/tabs/KTabsList.vue +++ b/lib/tabs/KTabsList.vue @@ -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;