mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
Add missing translations Fix Chinese not displayed on one line with width fit-content
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -7218,7 +7218,7 @@ color:#FF7B00;
|
||||
}
|
||||
|
||||
.breadcrumb-item.add-item {
|
||||
width: min-content;
|
||||
width: fit-content;
|
||||
cursor: pointer;
|
||||
color: #777;
|
||||
transition: 0.3s;
|
||||
|
||||
Reference in New Issue
Block a user