limit war submit form min-width
parent
01ad51c480
commit
377fc0acda
|
@ -1,6 +1,7 @@
|
||||||
.overview {
|
.overview {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 25%;
|
width: 25%;
|
||||||
|
min-width: 300px;
|
||||||
padding-left: 50px;
|
padding-left: 50px;
|
||||||
padding-top: 70px;
|
padding-top: 70px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
name="ptblu"
|
name="ptblu"
|
||||||
id="ptblu"
|
id="ptblu"
|
||||||
required/>
|
required/>
|
||||||
<show-error text="Punkte NATO" path="ptnblu"></show-error>
|
<show-error text="Punkte NATO" path="ptblu"></show-error>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|
Loading…
Reference in New Issue