mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
fix select width in toolbar
This commit is contained in:
parent
09f6c1a2cc
commit
44ca075073
@ -87,7 +87,7 @@ span#notebook_name {
|
||||
border-bottom: @borderwidth @border_color solid;
|
||||
}
|
||||
|
||||
#maintoolbar > select, #maintoolbar label {
|
||||
.toolbar select, #maintoolbar label {
|
||||
height : 23px;
|
||||
vertical-align: top;
|
||||
margin-right:2px;
|
||||
@ -96,7 +96,10 @@ span#notebook_name {
|
||||
font-size: 85%;
|
||||
margin-left:0.3em;
|
||||
margin-right:0.3em;
|
||||
}
|
||||
|
||||
.toolbar select{
|
||||
width:auto;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user