infopage/public/css/editor.css

13 lines
146 B
CSS
Raw Normal View History

2024-02-20 14:55:22 -05:00
input:not([type]), input[type="text"] {
width: 10em;
}
#input-display-name {
width: 20em;
}
textarea {
width: 30em;
resize: vertical;
}