Fix domain blocks so that they are even just basically functional

This commit is contained in:
killerbee 2023-02-07 20:26:51 -08:00
parent 3470cf2a78
commit d251570d94
2 changed files with 14 additions and 0 deletions

View File

@ -157,4 +157,11 @@ $ui-highlight-color: #CC7AFF;
text-decoration: underline;
}
/* Fix domain blocks so that they are even just basically functional */
.about__domain-blocks__domain h6,
.about__domain-blocks__domain p {
white-space: unset;
overflow: initial;
}
@import 'application';

View File

@ -110,3 +110,10 @@
background: #1c172d;
}
}
/* Fix domain blocks so that they are even just basically functional */
.about__domain-blocks__domain h6,
.about__domain-blocks__domain p {
white-space: unset;
overflow: initial;
}