mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 19:52:43 +08:00
UX: Add margins for poll links in preview.
This commit is contained in:
@ -34,3 +34,11 @@ div.poll {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.d-editor-preview {
|
||||
.poll-buttons {
|
||||
a:not(:first-child) {
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user