Skip to content

Commit b8ad59d

Browse files
committed
fix: no shrinking icons
1 parent 4d5a704 commit b8ad59d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/app.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async function updateSearch() {}
6262
>
6363
<Icon
6464
size="medium"
65-
class="text-gray-400"
65+
class="text-gray-400 flex-shrink-0"
6666
name="tabler-refresh"
6767
alt="refresh data"
6868
/>
@@ -99,7 +99,7 @@ async function updateSearch() {}
9999
</select>
100100
<Icon
101101
size="large"
102-
class="absolute ml-2 text-gray-400"
102+
class="absolute ml-2 text-gray-400 flex-shrink-0"
103103
name="tabler-search"
104104
/>
105105
</form>

0 commit comments

Comments
 (0)