UX: Add margins for poll links in preview.

This commit is contained in:
Guo Xiang Tan 2016-07-29 15:19:56 +08:00
parent ffbfcd7ee2
commit 89d2340e37

View file

@ -34,3 +34,11 @@ div.poll {
}
}
}
.d-editor-preview {
.poll-buttons {
a:not(:first-child) {
margin-left: 5px;
}
}
}