mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 03:14:03 +03:00
Fix over-sized editor pane widths
closes #5804, supersedes and closes #5820 - adds a fixed width that flexbox can expand from to prevent flexbox content dictating the width (see https://github.com/TryGhost/Ghost/issues/5804#issuecomment-141416812) - adds a hack to the casperjs tests reverting the CSS change because phantomjs and flexbox don't get along
This commit is contained in:
parent
299a0534a6
commit
55e4376be7
@ -24,6 +24,11 @@
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
/* Flexbox fix. https://github.com/TryGhost/Ghost/issues/5804#issuecomment-141416812 */
|
||||
.gh-main > section {
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
|
||||
/* Global Nav
|
||||
/* ---------------------------------------------------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user