diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-17 08:31:23 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-17 08:31:23 +0200 |
commit | a862e9996b66249ba36ad57b02da98220c38ab34 (patch) | |
tree | 29830fa787a901f7958778fc2498528eea69de07 /skins | |
parent | 702ce09f892f8d9de45e69b3ef042ebea749576a (diff) |
Fix redundant horizontal scrollbar in HTML editor (#1489950)
Diffstat (limited to 'skins')
-rw-r--r-- | skins/classic/editor_content.css | 1 | ||||
-rw-r--r-- | skins/larry/editor_content.css | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/skins/classic/editor_content.css b/skins/classic/editor_content.css index aabed07b5..e518b9511 100644 --- a/skins/classic/editor_content.css +++ b/skins/classic/editor_content.css @@ -27,5 +27,4 @@ blockquote padding-left: 5px; border-left: #1010ff 2px solid; margin-left: 5px; - width: 100%; } diff --git a/skins/larry/editor_content.css b/skins/larry/editor_content.css index aabed07b5..e518b9511 100644 --- a/skins/larry/editor_content.css +++ b/skins/larry/editor_content.css @@ -27,5 +27,4 @@ blockquote padding-left: 5px; border-left: #1010ff 2px solid; margin-left: 5px; - width: 100%; } |