ADD: added entity input field with bootstrap
This commit is contained in:
@@ -43,6 +43,14 @@ width: 50%;
|
||||
width: 50% !important;
|
||||
}
|
||||
|
||||
.NumberInputs{
|
||||
width: 3.3em;
|
||||
}
|
||||
.NumberInputsGroup
|
||||
{
|
||||
flex-wrap: inherit !important;
|
||||
}
|
||||
|
||||
.ControlValues{
|
||||
float: left;
|
||||
display: contents;
|
||||
@@ -65,10 +73,10 @@ display: contents;
|
||||
|
||||
.parent {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-template-rows: repeat(6, 2em);
|
||||
grid-template-columns: repeat(3, 2fr);
|
||||
grid-template-rows: repeat(6, 3em);
|
||||
grid-column-gap: 0px;
|
||||
grid-row-gap: 0px;
|
||||
grid-row-gap: 0px3
|
||||
}
|
||||
|
||||
.div1 { grid-area: 1 / 1 / 2 / 4; }
|
||||
|
||||
Reference in New Issue
Block a user