Fixed tab switcher width
This commit is contained in:
parent
0fc1936379
commit
6105dc63b5
2 changed files with 2 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ export default {
|
|||
max-width: 60px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
font-size: 85%;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
|
|
|
|||
|
|
@ -259,6 +259,7 @@ export default {
|
|||
}
|
||||
|
||||
#switcher-left {
|
||||
width: 75px;
|
||||
background-color: rgba(180, 180, 180, 0.1);
|
||||
padding-top: 2px !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue