mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 01:25:37 -05:00
fix designer grid sizing issue (#20939)
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
.designer-component .components-grid {
|
||||
display: grid;
|
||||
/* grid-template-columns: column 1 is for label, column 2 is for component.*/
|
||||
grid-template-columns: max-content auto;
|
||||
grid-template-columns: max-content 1fr;
|
||||
grid-template-rows: max-content;
|
||||
grid-gap: 5px;
|
||||
padding: 5px;
|
||||
|
||||
Reference in New Issue
Block a user