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 {
font-size: 10pt;
line-height: 1.2em;
margin: 0px 6px;
max-width: 220px;
padding: 5px;
font-size: 11pt;
line-height: 1.5em;
margin: 0;
width: fit-content;
padding: 1em;
white-space: nowrap;
overflow: hidden;
text-overflow: clip;