make wishlist prettier, it looked utilitarian

This commit is contained in:
Sam Wing 2019-11-17 07:42:42 -05:00
parent 7b6633d25f
commit 3eaed2c43c
2 changed files with 82 additions and 76 deletions

View file

@ -36,4 +36,9 @@ ul.noStyle li {
.table.has-mobile-cards tr.detail { margin-top: -1rem }
.table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td { display: -ms-flexbox; display: flex; width: auto; -ms-flex-pack: end; justify-content: flex-end; text-align: right; border-bottom: 1px solid #f5f5f5 }
.table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td:before { content: attr(data-label); font-weight: 600; margin-right: auto; padding-right: .5em; text-align: left }
}
.ugc {
white-space: pre-wrap;
word-break: break-word;
}