HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Signature Spacing
Sorry if this has a really obvious answer, but is there a way to make the signature single spaced? Thanks!
0
Comments
@skatedebate: What do you mean by single spaced. To display only one line of text. CSS height and overflow could help you to mimic that behaviour.
More beautiful could be a limited input field.
Thanks phreak-
I don't necessarily want to limit a user to a single line, but they don't want extra space in between each line- here's an example:
CSS line height
https://www.w3schools.com/cssref/pr_dim_line-height.asp
Adding to Kaspars idea you can also trim BRs with CSS display: none.
In vanilla folder /plugins/signatures/design/signature.css change
to
This changes how signatures are shown when posting.
Your screenshot show when entering the signature in profile settings - how that is shown is controlled by your theme.
Use your browser console/devtools (for Chrome it is opened with F12) to find which element your theme uses - but I'd assume that would affect other input fields aswell.
Thank you so much!!