Fix vertical align

This commit is contained in:
2019-07-18 20:24:58 +02:00
parent b01d48e76f
commit fb468a2acb

View File

@@ -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;
} }