mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
Fixed display of warnings after content import (#2192)
- Fixes the horizontal overflow caused my longer warning/error messages. This means the <pre> tag is sized to fit the container and can now be scrolled and read in its entirety. - Adds some top margin so these errors are not so bunched up to the text & input.
This commit is contained in:
parent
643a684434
commit
1c36b93949
@ -1327,6 +1327,7 @@
|
||||
.gh-expandable {
|
||||
background: var(--main-color-content-greybg);
|
||||
border-radius: 3px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.gh-expandable-block {
|
||||
|
@ -1183,6 +1183,7 @@ body:not([data-user-is-dragging]) .gh-newsletter-card-draggable:hover .grab-news
|
||||
letter-spacing: 0.2px;
|
||||
background: #fff;
|
||||
border-radius: 5px;
|
||||
margin-top: 18px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user