This website requires JavaScript.
Explore
Help
Sign In
discourse
/
discourse-signatures
Watch
1
Star
0
Fork
0
You've already forked discourse-signatures
mirror of
https://github.com/discourse/discourse-signatures.git
synced
2025-08-20 01:37:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse-signatures
/
assets
/
stylesheets
/
common
/
signatures.scss
4 lines
55 B
SCSS
Raw
Permalink
Normal View
History
Unescape
Escape
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
.
user-signature
img
{
max-width
:
calc
(
100
%
-
5
px
)
;
}
Reference in New Issue
Copy Permalink