mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 20:05:55 +08:00
Fix top action switch padding problem [SCI-8570] (#5512)
This commit is contained in:
parent
9819425ba1
commit
d56eeeb26a
6 changed files with 6 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
|||
.dropdown-menu {
|
||||
@include font-button;
|
||||
min-width: 100%;
|
||||
padding: 0;
|
||||
|
||||
.divider-label {
|
||||
@include font-small;
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
.dropdown-menu {
|
||||
@include font-button;
|
||||
min-width: 100%;
|
||||
padding: 0;
|
||||
|
||||
.divider-label {
|
||||
@include font-small;
|
||||
|
|
|
@ -291,6 +291,7 @@ html {
|
|||
.dropdown-menu {
|
||||
@include font-button;
|
||||
min-width: 100%;
|
||||
padding: 0;
|
||||
|
||||
.divider-label {
|
||||
@include font-small;
|
||||
|
|
|
@ -78,6 +78,7 @@
|
|||
.dropdown-menu {
|
||||
@include font-button;
|
||||
min-width: 100%;
|
||||
padding: 0;
|
||||
|
||||
.divider-label {
|
||||
@include font-small;
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
.dropdown-menu {
|
||||
@include font-button;
|
||||
min-width: 100%;
|
||||
padding: 0;
|
||||
|
||||
.divider-label {
|
||||
@include font-small;
|
||||
|
|
|
@ -75,6 +75,7 @@
|
|||
.dropdown-menu {
|
||||
@include font-button;
|
||||
min-width: 100%;
|
||||
padding: 0;
|
||||
|
||||
.divider-label {
|
||||
@include font-small;
|
||||
|
|
Loading…
Add table
Reference in a new issue