Force button to always be on the right side and break urls on every character

This commit is contained in:
AKORA 2024-10-07 21:53:52 +02:00
parent 56bb358892
commit 6473e59063

View file

@ -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>