[MM-38642] Set a max-width for the dropdown button and menu (#1751)

This commit is contained in:
Devin Binnie
2021-09-22 09:31:55 -04:00
committed by GitHub
parent 0a19d5815a
commit b09f1e23dc
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
font-family: Open Sans;
overflow: hidden;
-webkit-font-smoothing: auto;
max-width: 400px;
&.disabled {
opacity: 0.5;

View File

@@ -10,6 +10,7 @@ body {
#app {
padding: 24px;
display: inline-block;
max-width: 600px;
}
.TeamDropdown {