Fix minor text cutoff issue

This commit is contained in:
adroslice 2023-10-22 22:08:43 +02:00
parent 99b6a88b66
commit cc16f81067

View file

@ -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;
}