mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
fix: fixed wrong alignment with left icons in setting menu
Signed-off-by: Marcel Bertagnini <mbertagn@redhat.com>
This commit is contained in:
parent
413dca10e8
commit
a7d8d7eecd
3 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ let { size = '14', class: className = '', style: styleName = '' }: Props = $prop
|
|||
height={size}
|
||||
class={className}
|
||||
style={styleName}
|
||||
viewBox="0 0 12.7279 12.7279"
|
||||
viewBox="0 0 10 12.7279"
|
||||
version="1.1"
|
||||
aria-label="Experimental"
|
||||
xml:space="preserve"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ let { size = '14', class: className = '', style: styleName = '' }: Props = $prop
|
|||
height={size}
|
||||
class={className}
|
||||
style={styleName}
|
||||
viewBox="0 0 12.7279 12.7279"
|
||||
viewBox="0 0 10 12.7279"
|
||||
version="1.1"
|
||||
aria-label="Preferences"
|
||||
xml:space="preserve"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ let { size = '14', class: className = '', style: styleName = '' }: Props = $prop
|
|||
height={size}
|
||||
class={className}
|
||||
style={styleName}
|
||||
viewBox="0 0 12.7279 12.7279"
|
||||
viewBox="0 0 10 12.7279"
|
||||
version="1.1"
|
||||
aria-label="Registries"
|
||||
xml:space="preserve"
|
||||
|
|
|
|||
Loading…
Reference in a new issue