mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(popup): set popup head padding equal to popup body padding
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
}
|
||||
|
||||
.popup-head {
|
||||
padding: 15px 0px;
|
||||
padding: 15px 10px;
|
||||
border-bottom: 1px solid #eee;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user