Skip to content
Snippets Groups Projects
Commit 0282f4f3 authored by mathias.chouet's avatar mathias.chouet
Browse files

Fix #244 textarea padding in variable values editor

parent 4da857be
No related branches found
No related tags found
1 merge request!51Update to Angular 8
......@@ -5,6 +5,7 @@ mat-form-field {
textarea {
font-size: .8em;
max-height: 100px;
padding: 0;
}
mat-error {
......
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