mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
fix designer grid sizing issue (#20939)
This commit is contained in:
@@ -92,7 +92,7 @@
|
|||||||
.designer-component .components-grid {
|
.designer-component .components-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
/* grid-template-columns: column 1 is for label, column 2 is for component.*/
|
/* 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-template-rows: max-content;
|
||||||
grid-gap: 5px;
|
grid-gap: 5px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user