This commit is contained in:
Bat 2018-07-27 14:30:51 +02:00
parent b35ee44942
commit 826772ca20
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,8 @@ small {
color: #242424; color: #242424;
opacity: 0.6; opacity: 0.6;
font-size: 0.75em; font-size: 0.75em;
word-wrap: break-word;
word-break: break-all;
} }
.center { .center {
@ -464,6 +466,8 @@ form.new-post input[type="submit"]:hover { background: #DADADA; }
box-sizing: border-box; box-sizing: border-box;
background: #E3E3E3; background: #E3E3E3;
text-overflow: ellipsis;
} }
.list .card { .list .card {
/* TODO */ /* TODO */