Fix top action switch padding problem [SCI-8570] (#5512)

This commit is contained in:
ajugo 2023-05-30 11:15:06 +02:00 committed by GitHub
parent 9819425ba1
commit d56eeeb26a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 0 deletions

View file

@ -74,6 +74,7 @@
.dropdown-menu {
@include font-button;
min-width: 100%;
padding: 0;
.divider-label {
@include font-small;

View file

@ -79,6 +79,7 @@
.dropdown-menu {
@include font-button;
min-width: 100%;
padding: 0;
.divider-label {
@include font-small;

View file

@ -291,6 +291,7 @@ html {
.dropdown-menu {
@include font-button;
min-width: 100%;
padding: 0;
.divider-label {
@include font-small;

View file

@ -78,6 +78,7 @@
.dropdown-menu {
@include font-button;
min-width: 100%;
padding: 0;
.divider-label {
@include font-small;

View file

@ -37,6 +37,7 @@
.dropdown-menu {
@include font-button;
min-width: 100%;
padding: 0;
.divider-label {
@include font-small;

View file

@ -75,6 +75,7 @@
.dropdown-menu {
@include font-button;
min-width: 100%;
padding: 0;
.divider-label {
@include font-small;