Add information about alt text to alt text modal in web UI (#33702)
This commit is contained in:
parent
db146046c4
commit
0885c31633
7 changed files with 142 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue