mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
long embed content urls overflow in safari?
This commit is contained in:
parent
78f5237ae9
commit
212b593960
1 changed files with 1 additions and 2 deletions
|
@ -47,7 +47,6 @@ article.post {
|
|||
.author {
|
||||
padding: 10px 5px;
|
||||
float: left;
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
max-width: 45px;
|
||||
|
@ -57,7 +56,6 @@ article.post {
|
|||
h3.username {
|
||||
font-size: 13px;
|
||||
margin: 0 0 10px 0;
|
||||
word-wrap: break-word;
|
||||
|
||||
a {
|
||||
color: #5c5c5c
|
||||
|
@ -80,6 +78,7 @@ article.post {
|
|||
padding: 10px 0 20px 0;
|
||||
margin-left: 65px;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
|
||||
img {
|
||||
max-width:100%;
|
||||
|
|
Loading…
Reference in a new issue