提交 6f8ff7ec 编写于 作者: C Christian Esperar

Merge pull request #194 from christianesperar/master

Fix modal button not aligned properly
......@@ -1746,7 +1746,10 @@ a.star {
text-align: left;
width: 100%; }
.buttons, button, .btn {
button,
.buttons,
.btn,
.modal-footer .btn + .btn {
margin-bottom: 5px;
margin-right: 5px; }
......
此差异已折叠。
......@@ -1909,7 +1909,10 @@ a.star {
width: 100%;
}
.buttons, button, .btn {
button,
.buttons,
.btn,
.modal-footer .btn+.btn {
margin-bottom: 5px;
margin-right: 5px;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册