Skip to content

Commit

Permalink
Remove unnecessary !important from block style fixes inside f7-card (#…
Browse files Browse the repository at this point in the history
…2804)

Minor regression from #2801.

This fixes difficulties with overwriting that style in widgets.

Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 authored Oct 9, 2024
1 parent 2dc7d72 commit 84b0fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundles/org.openhab.ui/web/src/css/app.styl
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ html
// Fix safe area issues inside f7-card components, where safe areas are already respected by the f7-card itself
.card
.block
padding-left var(--f7-block-padding-horizontal) !important
padding-right var(--f7-block-padding-horizontal) !important
padding-left var(--f7-block-padding-horizontal)
padding-right var(--f7-block-padding-horizontal)
.media-item
.item-content
padding-left var(--f7-list-item-padding-horizontal)
Expand Down

0 comments on commit 84b0fdc

Please sign in to comment.