Skip to content

Commit

Permalink
[#958] Fix margin in subnet form
Browse files Browse the repository at this point in the history
  • Loading branch information
msiodelski committed Oct 9, 2023
1 parent c2c0c0c commit f1d07a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/app/subnet-form/subnet-form.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ng-container *ngIf="!form.initError; else showInitError">
<ng-container *ngIf="loaded; else showSpinner" [formGroup]="form.group">
<p-fieldset legend="Subnet">
<p-fieldset legend="Subnet" styleClass="mt-4">
<span class="p-float-label mt-4 mb-2">
<input id="subnet" pInputText formControlName="subnet" class="w-full" />
<label for="subnet">Subnet</label>
Expand Down

0 comments on commit f1d07a0

Please sign in to comment.