increasing presentation menu width

This commit is contained in:
Ramon Souza 2021-03-22 11:42:13 -03:00
parent 94ab6544bc
commit 34dc5ca79f
3 changed files with 10 additions and 8 deletions

View File

@ -118,17 +118,23 @@
}
}
.dropdown,
.btn {
z-index: 3;
}
.dropdown{
z-index: 4;
}
.presentationItem {
span {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: 10rem;
max-width: 15rem;
@include mq($small-only) {
max-width: 100%;
}
}
}

View File

@ -60,10 +60,6 @@
display: flex;
flex: 1 1 100%;
@include mq($small-only) {
justify-content: center;
}
.verticalList & {
padding: calc(var(--line-height-computed) / 3) 0;

View File

@ -312,7 +312,7 @@
.top-left, [dir="rtl"] .top-right {
@extend %down-caret;
@extend %horz-right-caret;
min-width: 11.5rem;
min-width: 18rem;
@include mq($small-only) {
width: auto;