Skip to content

Commit

Permalink
fix: clean up CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
amolenaar committed Nov 8, 2023
1 parent 2374f01 commit 9d766da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
max-height: 80vh;
}

.header {
display: flex;
flex-direction: row;
justify-content: space-between;
}

pre {
white-space: pre-wrap;
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
~ SPDX-License-Identifier: Apache-2.0
-->
<div class="dialog">
<div class="header flex-col">
<div class="header">
<h2>View diagrams</h2>
<span
>Last update:
Expand Down

0 comments on commit 9d766da

Please sign in to comment.