Remove unnecessary <br /> and adjust spacing in form
Eliminated a redundant <br /> tag and added a div with height for improved spacing in the theater layout designer form.
This commit is contained in:
@@ -59,7 +59,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
} @else {
|
} @else {
|
||||||
<br />
|
|
||||||
<div class="w-100 m-auto middle">
|
<div class="w-100 m-auto middle">
|
||||||
<form class="order-search-form w-full" (ngSubmit)="navigate()">
|
<form class="order-search-form w-full" (ngSubmit)="navigate()">
|
||||||
<div class="flex items-center space-x-4">
|
<div class="flex items-center space-x-4">
|
||||||
@@ -76,6 +75,7 @@
|
|||||||
/>
|
/>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="h-6"></div>
|
||||||
<button
|
<button
|
||||||
mat-button
|
mat-button
|
||||||
class="w-100 mt-2"
|
class="w-100 mt-2"
|
||||||
|
|||||||
Reference in New Issue
Block a user