mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-28 23:14:04 -04: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…
Add table
Add a link
Reference in a new issue