mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 11:12:07 +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({
|
||||
minHeight: "500px",
|
||||
padding: `${SPACING_UNIT * 2}px`,
|
||||
lineHeight: "22px",
|
||||
fontSize: "16px",
|
||||
|
|
Loading…
Reference in a new issue