Skip to content
Snippets Groups Projects
Commit 26128525 authored by Maximilian Giller's avatar Maximilian Giller
Browse files

Bigger intial size for textboxes

parent 595b1983
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,11 @@ div#ks-editor textarea { ...@@ -48,6 +48,11 @@ div#ks-editor textarea {
letter-spacing: normal; letter-spacing: normal;
} }
div#ks-editor textarea, div#ks-editor input[type="text"] {
width: 80%;
min-width: 20%;
}
div#ks-editor img.preview-image { div#ks-editor img.preview-image {
max-width: 5rem; max-width: 5rem;
height: auto; height: auto;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment