mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Merge pull request #1113 from minrk/min-width-0
Fix long lines escaping from the cell container
This commit is contained in:
commit
ab4a740509
@ -97,18 +97,11 @@ div.cell {
|
||||
}
|
||||
|
||||
div.inner_cell {
|
||||
min-width: 0;
|
||||
.vbox();
|
||||
.box-flex1();
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
div.inner_cell {
|
||||
// hack around FF bug causing cell to expand when lines are long
|
||||
// instead of scrolling
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
/* input_area and input_prompt must match in top border and margin for alignment */
|
||||
div.input_area {
|
||||
border: 1px solid @light_border_color;
|
||||
|
Loading…
Reference in New Issue
Block a user