fix: Dashboard overflow issue if there is banner (#7748)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.button {
|
||||
@apply items-center inline-flex h-10 mb-0;
|
||||
@apply items-center inline-flex h-10 mb-0 gap-2;
|
||||
|
||||
.button__content {
|
||||
@apply w-full;
|
||||
@@ -14,17 +14,9 @@
|
||||
@apply px-2 py-0;
|
||||
}
|
||||
|
||||
.icon--emoji + .button__content {
|
||||
@apply pl-2 rtl:pr-2 rtl:pl-0;
|
||||
}
|
||||
|
||||
.icon--font + .button__content {
|
||||
@apply pl-2 rtl:pr-2 rtl:pl-0;
|
||||
}
|
||||
|
||||
// @TODDO - Remove after moving all buttons to woot-button
|
||||
.icon + .button__content {
|
||||
@apply pl-2 w-auto rtl:pr-2 rtl:pl-0;
|
||||
@apply w-auto;
|
||||
}
|
||||
|
||||
&.expanded {
|
||||
@@ -157,18 +149,10 @@
|
||||
// Sizes
|
||||
&.tiny {
|
||||
@apply h-6;
|
||||
|
||||
.icon + .button__content {
|
||||
@apply pl-1 rtl:pr-1 rtl:pl-0;
|
||||
}
|
||||
}
|
||||
|
||||
&.small {
|
||||
@apply h-8 pb-1 pt-1;
|
||||
|
||||
.icon + .button__content {
|
||||
@apply pl-1 rtl:pr-1 rtl:pl-0;
|
||||
}
|
||||
}
|
||||
|
||||
&.large {
|
||||
|
||||
Reference in New Issue
Block a user