Skip to content

Commit

Permalink
Fixed FF CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr. Frank Hoffmann authored and Dr. Frank Hoffmann committed May 3, 2019
1 parent 49decbf commit c4ab498
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/zmi/styles/resources/zmi_base.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,24 @@ main.container-fluid .alert {
margin: 0 0 1rem;
}
main.container-fluid .alert pre {
margin:0;
max-height:4em;
overflow:hidden;
cursor:pointer;
margin: 0;
max-height: 4em;
overflow: hidden;
cursor: pointer;
}
main.container-fluid .alert pre.alert_xl:after {
content: "\f078";
font-family: "Font Awesome\ 5 Free",Fontawesome;
font-weight: bold;
position:absolute;
display:block;
white-space:normal;
bottom: .5em;
right: 1em;
font-family: fontawesome;
opacity: .5;
}
main.container-fluid .alert pre.fullheight.alert_xl {
max-height: fit-content;
max-height: inherit;
}
main.container-fluid .alert pre.fullheight.alert_xl:after {
content: "\f077";
Expand Down

0 comments on commit c4ab498

Please sign in to comment.