mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
set min-width on tree-list buttons
avoids misaligned buttons when the content changes
This commit is contained in:
parent
8bad784ce5
commit
036c47d032
3
IPython/html/static/style/style.min.css
vendored
3
IPython/html/static/style/style.min.css
vendored
@ -8070,6 +8070,9 @@ ul.breadcrumb span {
|
||||
.item_buttons {
|
||||
line-height: 1em;
|
||||
}
|
||||
.item_buttons .btn {
|
||||
min-width: 13ex;
|
||||
}
|
||||
.toolbar_info {
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
|
@ -103,6 +103,9 @@ ul.breadcrumb {
|
||||
|
||||
.item_buttons {
|
||||
line-height: 1em;
|
||||
.btn {
|
||||
min-width: 13ex;
|
||||
}
|
||||
}
|
||||
|
||||
.toolbar_info {
|
||||
|
Loading…
Reference in New Issue
Block a user