mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Fix vertical alignment in software details summary (#15945)
This commit is contained in:
parent
ef842e5c4f
commit
a9aa85def3
1 changed files with 2 additions and 2 deletions
|
|
@ -10,12 +10,13 @@
|
|||
&__icon {
|
||||
width: 96px;
|
||||
height: 96px;
|
||||
border: 1px solid #E2E4EA;
|
||||
border: 1px solid #e2e4ea;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
&__info {
|
||||
flex-grow: 1;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
@ -24,7 +25,6 @@
|
|||
margin-bottom: $pad-medium;
|
||||
}
|
||||
|
||||
|
||||
&__description-list {
|
||||
display: flex;
|
||||
gap: $pad-xxlarge;
|
||||
|
|
|
|||
Loading…
Reference in a new issue