Fix alignment of select dropdown in modal dialogs (#8683)

This commit is contained in:
Charles Gagnon
2019-12-13 16:23:25 -08:00
committed by GitHub
parent cd8f26ae9d
commit 01b9754c80

View File

@@ -96,7 +96,7 @@
/* Add space in the bottom to separate each input elements */
.modal.flyout-dialog .input-divider {
width: 100%;
padding-bottom: 20px;
margin-bottom: 20px;
}
.modal.flyout-dialog .input {