This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Telegraph
mirror of
https://github.com/aaronpk/Telegraph.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
break-word looks better
main
Aaron Parecki
9 years ago
parent
1ca8860e8a
commit
e7f2d86a87
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
public/assets/styles.css
+ 2
- 2
public/assets/styles.css
View File
@ -26,7 +26,7 @@ h2.site-name:hover .edit-site {
.
status-table
.
urls
{
width
:
495px
;
max-width
:
495px
;
overflow-x
:
scroll
;
word-wrap
:
break-word
;
}
.
details-table
.
left
{
@ -34,5 +34,5 @@ h2.site-name:hover .edit-site {
}
.
details-table
.
right
{
max-width
:
620px
;
overflow-x
:
scroll
;
word-wrap
:
break-word
;
}
Write
Preview
Loading…
Cancel
Save