Skip to content

Commit

Permalink
fix: responsive search xs
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Aug 4, 2024
1 parent 9f182f2 commit dc4df51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/theme/theme-search/theme-search.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
[imageUrl]="getLogoUrl(theme)"
></app-image-container>
<app-theme-color-box [properties]="theme.properties" styleClass="h-05rem md:h-1rem m-auto" />
<div class="h-2rem md:h-3rem flex flex-column justify-content-between text-center gap-1">
<div class="flex flex-column justify-content-between gap-1 text-center">
<div
class="font-bold sm:text-lg md:text-xl text-responsive"
[pTooltip]="theme.displayName.length < 20 ? '' : theme.displayName"
Expand Down

0 comments on commit dc4df51

Please sign in to comment.