fix word break issue
This commit is contained in:
parent
ad6e330a74
commit
39c60a654c
@ -30,5 +30,5 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.labels-inputs > div {
|
.labels-inputs > div {
|
||||||
width: min-content;
|
width: max-content;
|
||||||
}
|
}
|
@ -15,12 +15,12 @@
|
|||||||
<legend>Proxmox VE Login</legend>
|
<legend>Proxmox VE Login</legend>
|
||||||
<div class="labels-inputs">
|
<div class="labels-inputs">
|
||||||
<div>
|
<div>
|
||||||
<label for="username">Username:</label>
|
<div><label for="username">Username:</label></div>
|
||||||
<label for="username">Password:</label>
|
<div><label for="username">Password:</label></div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<input type="text" id="username" name="username">
|
<div><input type="text" id="username" name="username"></div>
|
||||||
<input type="password" id="password" name="password">
|
<div><input type="password" id="password" name="password"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
|
Loading…
Reference in New Issue
Block a user