Adjust tooltip styling

This commit is contained in:
Jason Henriquez 2023-11-22 22:28:34 -06:00
parent 8c73360e41
commit a968655d4a

View File

@ -95,11 +95,11 @@
.text.allowNewlines {
white-space: pre-wrap;
text-align: start;
inline-size: 55vw;
}
@media only screen and (min-width: 1000px) {
/* Enough space to NOT wrap */
white-space: pre;
}
@media only screen and (max-width: 1100px) {
inline-size: 40vw;
}
.tooltip {