Skip to content

Commit 84bfd77

Browse files
committed
fix: ensure all elements is inline for favorites and recents
1 parent b4c4b67 commit 84bfd77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/frontend/components/container.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,14 @@
228228
@apply m-0;
229229
}
230230

231-
a {
231+
li > a:first-of-type {
232232
@apply px-2 flex items-center justify-between relative h-[32px] w-full rounded-md;
233233

234234
.page-title {
235235
@apply whitespace-nowrap text-ellipsis flex-grow overflow-hidden pr-2;
236+
* {
237+
display: inline !important;
238+
}
236239
}
237240

238241
.page-icon {

0 commit comments

Comments
 (0)