Fix account note textarea being interactable before the relationship gets fetched (#34932)

This commit is contained in:
Claire 2025-06-05 10:49:26 +02:00 committed by GitHub
parent a4bc438010
commit 375add0c83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 33 additions and 11 deletions

View file

@ -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;