mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix alignment of select dropdown in modal dialogs (#8683)
This commit is contained in:
@@ -96,7 +96,7 @@
|
|||||||
/* Add space in the bottom to separate each input elements */
|
/* Add space in the bottom to separate each input elements */
|
||||||
.modal.flyout-dialog .input-divider {
|
.modal.flyout-dialog .input-divider {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal.flyout-dialog .input {
|
.modal.flyout-dialog .input {
|
||||||
|
|||||||
Reference in New Issue
Block a user