mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 13:23:38 +08:00
FIX: makes large images in polls responsive
This commit is contained in:
parent
212f518cd1
commit
27c018e75c
|
@ -29,6 +29,11 @@ div.poll {
|
||||||
padding: 0.5em 0.7em 0.7em 0.5em;
|
padding: 0.5em 0.7em 0.7em 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100% !important; /* needed to override internal styles */
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user