fix vertical alignment within status bar

pull/1402/head
Matthew Hodgson 2016-04-14 19:15:35 +01:00
parent 8b6cf1fc41
commit 8557a3b70e
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@ limitations under the License.
.mx_TabCompleteBar_command .mx_TabCompleteBar_text {
opacity: 1.0;
vertical-align: middle;
vertical-align: initial;
color: #fff;
}
@ -48,5 +48,6 @@ limitations under the License.
.mx_TabCompleteBar_text {
color: #4a4a4a;
vertical-align: middle;
opacity: 0.5;
}