Skip to content

Commit

Permalink
Added tailwind ui fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxwilko committed Feb 12, 2025
1 parent 5a5acce commit af3559c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/system/controllers/eventlogs/_field_details.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,14 @@ function getOrderedExceptionList(array $value): array
.trace-frame .folded {
display: none;
}
/* The following are fixes for the TailwindUI plugin */
#winter-log-viewer hr {
margin-bottom: 20px;
margin-top: 20px;
}
#winter-log-viewer h1 {
font-size: 36px;
}
</style>
<div id="winter-log-viewer">
<div class="formatted">
Expand Down

0 comments on commit af3559c

Please sign in to comment.