Skip to content

Commit

Permalink
#1655: fix (cont);
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Sep 12, 2023
1 parent 7781f3c commit 23029fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/shared/COMP-Details.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ COMPETITION DETAILS
-->
<div
id="{CNAME}⮕grid-details"
class:m-r-64={!isViewTablet}
class:m-r-64={!isViewTablet && !forceView}
style="white-space: nowrap;"
class:force-mobile={forceView}
>
Expand Down

0 comments on commit 23029fa

Please sign in to comment.