Rafael dos Santos Silva 11b5e88772
FEATURE: Add default CSS rule to limit image width to parent width (#11)
Co-authored-by: Dax 74 <dax@discourse.org>

Co-authored-by: Dax 74 <dax@discourse.org>
2021-04-19 17:53:00 -03:00

4 lines
55 B
SCSS

.user-signature img {
max-width: calc(100% - 5px);
}