prevent large text from janking up view

This commit is contained in:
Mouse Reeve
2021-08-07 16:48:53 -07:00
parent 4d8bd3ad93
commit b116df723f
2 changed files with 6 additions and 1 deletions

View File

@ -29,6 +29,11 @@ body {
min-width: 75% !important;
}
.clip-text {
max-height: 35em;
overflow: hidden;
}
/** Utilities not covered by Bulma
******************************************************************************/