Fix glitch for Swatch

This commit is contained in:
okbel
2021-05-28 10:03:17 -03:00
parent 3311e16779
commit 2fb9e8b712
2 changed files with 7 additions and 2 deletions

View File

@@ -44,3 +44,8 @@
@apply w-auto px-4;
min-width: 3rem;
}
.active.textLabel {
padding-right: calc(1rem - 1px);
padding-left: calc(1rem - 1px);
}