Skip to content
Snippets Groups Projects
Commit 99b04f33 authored by Ramon Souza's avatar Ramon Souza
Browse files

use max-content for audio menu instead of fixed width

parent bd51a191
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,11 @@
}
.dropdownListContainer {
min-width: 10rem;
width: max-content;
@include mq($small-only) {
width: 100%;
}
}
.stopButton {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment