Prevent screwed up layout on long Content-Types

Some Content-Types (especially Vendor specific Content-Types)
can be rather long. This breaks the layout so prevent
rendering too wide select boxes by default.
This commit is contained in:
Thomas Kerpe
2015-09-15 16:19:18 +02:00
parent d75505fb73
commit 84337d5a0b

View File

@@ -365,6 +365,10 @@
border: 1px solid #aaa; border: 1px solid #aaa;
} }
.parameter-content-type select {
max-width:300px;
}
h1 { h1 {
color: black; color: black;
font-size: 1.5em; font-size: 1.5em;