Merge pull request #4332 from matrix-org/t3chguy/userinfo_regression

Only apply padding to standard textual buttons (kind buttons)
pull/21833/head
Michael Telatynski 2020-04-02 00:50:51 +01:00 committed by GitHub
commit 9ff587520c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ limitations under the License.
}
}
.mx_AccessibleButton {
.mx_AccessibleButton.mx_AccessibleButton_hasKind {
padding: 8px 18px;
&.mx_AccessibleButton_kind_primary {