fix word break issue
This commit is contained in:
@@ -15,12 +15,12 @@
|
||||
<legend>Proxmox VE Login</legend>
|
||||
<div class="labels-inputs">
|
||||
<div>
|
||||
<label for="username">Username:</label>
|
||||
<label for="username">Password:</label>
|
||||
<div><label for="username">Username:</label></div>
|
||||
<div><label for="username">Password:</label></div>
|
||||
</div>
|
||||
<div>
|
||||
<input type="text" id="username" name="username">
|
||||
<input type="password" id="password" name="password">
|
||||
<div><input type="text" id="username" name="username"></div>
|
||||
<div><input type="password" id="password" name="password"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
|
Reference in New Issue
Block a user