mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(normalize): normalize css resets button padding (#26214)
resolves #23928
This commit is contained in:
1
core/src/css/normalize.scss
vendored
1
core/src/css/normalize.scss
vendored
@ -162,6 +162,7 @@ button ion-label {
|
||||
}
|
||||
|
||||
button {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
font-family: inherit;
|
||||
|
Reference in New Issue
Block a user