fix vertical alignment within status bar
This commit is contained in:
parent
8b6cf1fc41
commit
8557a3b70e
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue