Webconfig: Make colorscheme samples nicer to read

This makes the container fit the content, otherwise we'd be cutting
off the "> quack &" part of the first line.

Also while we're here increase the line-height a bit to give it more
breathing room, and increase the font size juuust a smidge.

Reduce margins and increase padding to make it less cramped.
This commit is contained in:
Fabian Homborg 2022-02-25 18:12:21 +01:00
parent 615ea22387
commit 0614f507ff

View file

@ -390,11 +390,11 @@ body {
} }
.colorpicker_text_sample_tight { .colorpicker_text_sample_tight {
font-size: 10pt; font-size: 11pt;
line-height: 1.2em; line-height: 1.5em;
margin: 0px 6px; margin: 0;
max-width: 220px; width: fit-content;
padding: 5px; padding: 1em;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: clip; text-overflow: clip;