mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: fix css bug on requirements details style
This commit is contained in:
parent
c9eed85a00
commit
2ba653429f
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ export const requirementButton = style({
|
||||||
});
|
});
|
||||||
|
|
||||||
export const requirementsDetails = style({
|
export const requirementsDetails = style({
|
||||||
|
minHeight: "500px",
|
||||||
padding: `${SPACING_UNIT * 2}px`,
|
padding: `${SPACING_UNIT * 2}px`,
|
||||||
lineHeight: "22px",
|
lineHeight: "22px",
|
||||||
fontSize: "16px",
|
fontSize: "16px",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue