Fix vertical align
This commit is contained in:
@@ -313,6 +313,7 @@ pre{
|
|||||||
transition: box-shadow 0.3s, opacity 2s;
|
transition: box-shadow 0.3s, opacity 2s;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
.file_button:hover,
|
.file_button:hover,
|
||||||
.file_button_selected {
|
.file_button_selected {
|
||||||
@@ -417,7 +418,7 @@ input[type="number"]{
|
|||||||
height: 26px;
|
height: 26px;
|
||||||
font-family: 'Ubuntu', sans-serif;
|
font-family: 'Ubuntu', sans-serif;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
vertical-align: bottom;
|
vertical-align: middle;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
transition: box-shadow 0.3s;
|
transition: box-shadow 0.3s;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user