Skip to content
Snippets Groups Projects
Commit ebe50956 authored by Anthony Bellew's avatar Anthony Bellew Committed by GitHub
Browse files

Add Padding to inline styles for spoiler

parent 8f18c8f9
No related branches found
No related tags found
No related merge requests found
......@@ -88,10 +88,11 @@ const StatusContent = React.createClass({
const spoilerContent = { __html: emojify(status.get('spoiler_text', '')) };
const spoilerStyle = {
backgroundColor: '#fff',
borderRadius: '0 4px',
borderRadius: '4px',
color: '#363c4b',
fontWeight: '500',
fontSize: '12px',
padding: '0 4px',
textTransform: 'uppercase'
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment