fix(ui): proper margin for paragraphs
This commit is contained in:
parent
bfcb35e18b
commit
0ef6d0ddca
3 changed files with 10 additions and 2 deletions
|
@ -149,6 +149,14 @@ article {
|
|||
}
|
||||
|
||||
/* typo */
|
||||
p {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.no_p_margin p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.name {
|
||||
max-width: 200px;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue