Skip to content

Commit

Permalink
chore: improve modeler CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac authored Sep 30, 2024
1 parent c88314b commit 7744856
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modeler/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@ a:link {
display: table-cell;
}

.content .error .details {
.content > .error .details {
max-width: 500px;
font-size: 12px;
margin: 20px auto;
text-align: left;
}

.content .error pre {
.content > .error pre {
border: solid 1px #CCC;
background: #EEE;
padding: 10px;
}

.content:not(.with-error) .error,
.content.with-error .intro,
.content.with-diagram .intro {
.content:not(.with-error) > .error,
.content.with-error > .intro,
.content.with-diagram > .intro {
display: none;
}

Expand Down

0 comments on commit 7744856

Please sign in to comment.