Fix account note textarea being interactable before the relationship gets fetched (#34932)
This commit is contained in:
parent
a4bc438010
commit
375add0c83
2 changed files with 33 additions and 11 deletions
|
@ -8203,6 +8203,20 @@ noscript {
|
|||
font-weight: 400;
|
||||
margin-bottom: 10px;
|
||||
|
||||
&__loading-indicator-wrapper {
|
||||
position: relative;
|
||||
height: 37px;
|
||||
|
||||
.loading-indicator {
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
.circular-progress {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
label {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue