Add information about alt text to alt text modal in web UI (#33702)

This commit is contained in:
Eugen Rochko
2025-01-23 14:01:11 +01:00
committed by GitHub
parent db146046c4
commit 0885c31633
7 changed files with 142 additions and 6 deletions

View File

@@ -83,9 +83,12 @@ code {
&__toolbar {
margin-top: 16px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 16px;
.character-counter {
flex: 0 0 auto;
}
}
&.hidden {
@@ -565,7 +568,7 @@ code {
margin-bottom: 15px;
}
button:not(.button, .link-button) {
button:not(.button, .link-button, .help-button) {
display: block;
width: 100%;
border: 0;