mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Force button to always be on the right side and break urls on every character
This commit is contained in:
parent
56bb358892
commit
6473e59063
1 changed files with 3 additions and 3 deletions
|
|
@ -743,8 +743,8 @@
|
|||
<details>
|
||||
<summary>
|
||||
<div class="row justify-content-between">
|
||||
<div class="col-auto"></div>
|
||||
<div class="col-auto">
|
||||
<div class="col-auto pe-0" style="word-break: break-all;"></div>
|
||||
<div class="col-auto" style="margin-left: auto;">
|
||||
<button id="deleteButton" class="btn btn-sm delete btn-danger btn" data-i18n="[title]removeSitePreferencesButtonTitle">
|
||||
<i class="fa fa-remove" aria-hidden="true"></i>
|
||||
<span data-i18n="optionsButtonRemove"></span>
|
||||
|
|
@ -765,7 +765,7 @@
|
|||
<option value="ignoreFull" data-i18n="optionsSelectionFull"></option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<div class="form-check">
|
||||
<label for="usernameOnly" data-i18n="optionsColumnUsernameOnly"></label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue