fix widths changing when radio buttons are clicked (#5634)

This commit is contained in:
kisantia
2019-05-24 16:44:30 -07:00
committed by GitHub
parent 3d494dcd73
commit 34316b0ffd

View File

@@ -33,7 +33,7 @@
}
.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 {