Skip to content
Snippets Groups Projects
Verified Commit 9e2088f1 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #11269 TIME 0:10 fix css

parent e68cb24b
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
</button>
</mat-menu>
</div>
<div class="fieldInput">
<div class="fieldInput" [class.checkboxInput]="field.type === 'checkbox'">
<ng-container *ngIf="field.type === 'string'">
<mat-form-field class="input-form" floatLabel="never">
<textarea matInput [(ngModel)]="field.default_value"
......
......@@ -242,4 +242,8 @@
.noMandatory {
visibility: hidden;
}
.checkboxInput {
display: block;
}
\ No newline at end of file
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