Browse Source

fix: footer button should align with cross button

pull/4842/head
Benjy Cui 8 years ago
parent
commit
eee34f1829
  1. 2
      components/modal/style/modal.less

2
components/modal/style/modal.less

@ -92,7 +92,7 @@
&-footer {
border-top: @border-width-base @border-style-base @border-color-split;
padding: 10px 18px 10px 10px;
padding: 10px 16px 10px 10px;
text-align: right;
border-radius: 0 0 @border-radius-base @border-radius-base;
button + button {

Loading…
Cancel
Save