make wishlist prettier, it looked utilitarian
This commit is contained in:
parent
7b6633d25f
commit
3eaed2c43c
2 changed files with 82 additions and 76 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue