mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Merge pull request #4332 from matrix-org/t3chguy/userinfo_regression
Only apply padding to standard textual buttons (kind buttons)
This commit is contained in:
commit
9ff587520c
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ limitations under the License.
|
|||
}
|
||||
}
|
||||
|
||||
.mx_AccessibleButton {
|
||||
.mx_AccessibleButton.mx_AccessibleButton_hasKind {
|
||||
padding: 8px 18px;
|
||||
|
||||
&.mx_AccessibleButton_kind_primary {
|
||||
|
|
Loading…
Reference in a new issue