Browse Source

Styling fixes

pull/381/head
Sebastian Stehle 7 years ago
parent
commit
eedbc91f6b
  1. 4
      src/Squidex/app/framework/angular/forms/tag-editor.component.html

4
src/Squidex/app/framework/angular/forms/tag-editor.component.html

@ -1,5 +1,4 @@
<ng-container>
<div class="form-control" [class.blank]="styleBlank" [class.gray]="styleGray" #form (click)="input.focus()"
<div class="form-control tags" [class.blank]="styleBlank" [class.gray]="styleGray" #form (click)="input.focus()"
[class.single-line]="singleLine"
[class.focus]="snapshot.hasFocus"
[class.disabled]="addInput.disabled">
@ -33,4 +32,3 @@
<ng-container>{{item}}</ng-container>
</div>
</div>
</ng-container>
Loading…
Cancel
Save