Merge pull request #2746 from aignatov-bio/ai-sci-4815-fix-margins-on-view-switch

Fix switch view margins [SCI-4815]
This commit is contained in:
aignatov-bio 2020-07-23 08:57:20 +02:00 committed by GitHub
commit b214d2df77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,11 +32,12 @@
.dropdown-menu {
@include font-button;
min-width: 250px;
min-width: auto;
li {
cursor: pointer;
padding: 1em;
white-space: nowrap;
.button-icon {
margin-right: .5em;