Fix styling of NetworkDropdown dialogs

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-03-16 12:00:56 +00:00
parent 6f27c4c17a
commit 82a37ba0ad
4 changed files with 18 additions and 4 deletions

View file

@ -157,3 +157,7 @@ limitations under the License.
font-size: 12px;
}
}
.mx_NetworkDropdown_dialog .mx_Dialog {
width: 557px;
}