mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: makes large images in polls responsive
This commit is contained in:
parent
212f518cd1
commit
27c018e75c
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@ div.poll {
|
|||
padding: 0.5em 0.7em 0.7em 0.5em;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100% !important; /* needed to override internal styles */
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.button {
|
||||
display: inline-block;
|
||||
padding: 6px 12px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue