GYU: Update banner (#11211)

* Update help text

* chore: fixed lint issues

* update i18n

* Update button text

* Correct css for settings banners
This commit is contained in:
Janne Mareike Koschinski 2023-07-11 12:38:14 +02:00 committed by GitHub
parent 99343e8abe
commit d0147561d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 7 deletions

View file

@ -16,7 +16,6 @@ limitations under the License.
.mx_SettingsBanner {
background: $system;
line-height: 2.25rem;
border-radius: 8px;
padding: 12px 16px;
gap: 12px;
@ -29,7 +28,6 @@ limitations under the License.
}
.mx_AccessibleButton {
align-self: initial;
white-space: nowrap;
}
}