fixes #2235 Chinese text is not displayed on one line (#2282)

Add missing translations
Fix Chinese not displayed on one line with width fit-content
This commit is contained in:
winstoy
2025-01-08 20:56:20 +08:00
committed by GitHub
parent 5b7fffe786
commit 94148e0323
5 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ usersCache.selectize(jQuery('select.UserSearch'));
<fieldset>
<div class="addGroupFormLabelAndInput">
<label class="addGroupLabel" for="addGroupNameInput">{'Group name'|translate}</label>
<input type="text" id="addGroupNameInput" name="groupname" maxlength="50" size="20" placeholder="Photographers...">
<input type="text" id="addGroupNameInput" name="groupname" maxlength="50" size="20" placeholder="{'Photographers...'|translate}">
</div>
<div class="actionButtons">
<button name="submit" type="submit" class="buttonLike">
@@ -1443,6 +1443,7 @@ $(document).ready(function() {
.user-container-status {
width:10%;
max-width: 110px;
width: auto;
}
.user-header-email,
+1 -1
View File
@@ -7218,7 +7218,7 @@ color:#FF7B00;
}
.breadcrumb-item.add-item {
width: min-content;
width: fit-content;
cursor: pointer;
color: #777;
transition: 0.3s;