mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-30 16:09:38 +02:00
Fix styling (line-spacing) for items wih titles that end up on multiple lines
This commit is contained in:
parent
4c827d2c91
commit
2c173801ac
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,6 @@
|
|||
font-size: 1em;
|
||||
font-weight: 500;
|
||||
color: var(--color-primary);
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
|
||||
.AppCardDetails span {
|
||||
|
@ -52,6 +51,7 @@
|
|||
display: flex;
|
||||
width: 100%;
|
||||
align-items: center;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.Apps a:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue