infopage/public/css/editor.css
2024-02-20 14:55:22 -05:00

12 lines
146 B
CSS

input:not([type]), input[type="text"] {
width: 10em;
}
#input-display-name {
width: 20em;
}
textarea {
width: 30em;
resize: vertical;
}