Browse Source

fix work break for just links

main
crunk 12 months ago
parent
commit
9166af18d6
  1. 4
      static/css/base.css

4
static/css/base.css

@ -22,13 +22,15 @@ body {
border: 1px solid black;
margin-top: 1px;
padding: 3px;
word-break: break-all;
}
.feeditem h2, p{
margin-bottom: 3px;
margin-top: 3px;
}
.feeditem p a {
word-break: break-all;
}
img {
max-width: 100%;
max-height: 100%;

Loading…
Cancel
Save