align width with input fields
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
max-width: 66.6%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.umb-node-preview--sortable {
|
||||
@@ -71,6 +72,7 @@
|
||||
font-weight: bold;
|
||||
padding: 5px 15px;
|
||||
max-width: 66.6%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.umb-node-preview-add:hover {
|
||||
|
||||
@@ -190,7 +190,7 @@ input[type="tel"],
|
||||
input[type="color"],
|
||||
.uneditable-input {
|
||||
display: inline-block;
|
||||
height: @baseLineHeight;
|
||||
height: 30px;
|
||||
padding: 4px 6px;
|
||||
margin-bottom: @baseLineHeight / 2;
|
||||
font-size: @baseFontSize;
|
||||
@@ -198,6 +198,7 @@ input[type="color"],
|
||||
color: @gray;
|
||||
.border-radius(@inputBorderRadius);
|
||||
vertical-align: middle;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
input.-full-width-input {
|
||||
|
||||
Reference in New Issue
Block a user