perf(web): some improvements in design
This commit is contained in:
parent
ca0bd0726a
commit
b535faa4c7
@ -104,7 +104,7 @@ form {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.button-flex {
|
||||
|
||||
@ -33,8 +33,8 @@
|
||||
<main>
|
||||
<form id="filter">
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-3 col-form-label" for="text-filter">Tag filter</label>
|
||||
<div class="col-sm-9">
|
||||
<label class="col-sm-2 col-form-label" for="text-filter">Tag filter</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="text" name="text-filter" class="form-control" id="text-filter">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user