mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
Fix minor text cutoff issue
This commit is contained in:
parent
99b6a88b66
commit
cc16f81067
1 changed files with 5 additions and 0 deletions
|
@ -32,3 +32,8 @@ ul, ol {
|
|||
gap: 0.5rem;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
/* Fix text getting cut off unpredictably */
|
||||
h1, h2, h3, h4, h5, h6, pre, p, label, legend {
|
||||
overflow: visible;
|
||||
}
|
Loading…
Add table
Reference in a new issue