mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
UX: Add margins for poll links in preview.
This commit is contained in:
parent
ffbfcd7ee2
commit
89d2340e37
1 changed files with 8 additions and 0 deletions
|
@ -34,3 +34,11 @@ div.poll {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.d-editor-preview {
|
||||
.poll-buttons {
|
||||
a:not(:first-child) {
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue