mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
fix widths changing when radio buttons are clicked (#5634)
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-cell-title {
|
.form-cell-title {
|
||||||
min-width: 129px; /* 129px + 5px padding right = 134px to match the connection pane label widths*/
|
width: 129px; /* 129px + 5px padding right = 134px to match the connection pane label widths*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-component-container {
|
.form-component-container {
|
||||||
|
|||||||
Reference in New Issue
Block a user