Skip to content

Commit

Permalink
no margin top for code terminal things (#582)
Browse files Browse the repository at this point in the history
Problem
<img width="733" alt="Screenshot 2024-07-25 at 5 54 05 PM"
src="https://github.com/user-attachments/assets/d56be0b0-4689-4c3e-a642-3837d411e291">
Fixed
<img width="759" alt="Screenshot 2024-07-25 at 5 53 55 PM"
src="https://github.com/user-attachments/assets/7eff7352-e0fd-490b-998a-451f441a92a1">
  • Loading branch information
LukeLalor committed Jul 26, 2024
1 parent beac068 commit ebd68f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webui/apps/docs/src/assets/styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,7 @@
.dd *:first-child {
margin-top: 0;
}

.frame.is-terminal figcaption + pre {
margin-top: 0;
}

0 comments on commit ebd68f6

Please sign in to comment.