mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-01 00:45:18 +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-size: 1em;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
margin-bottom: -10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.AppCardDetails span {
|
.AppCardDetails span {
|
||||||
|
@ -52,6 +51,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Apps a:hover {
|
.Apps a:hover {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue