Fix topbar submenu width on mobile/tablet (#1047)

* Fix topbar submenu width on tablet

* Add Playwright test

* Use better selector

* nit

---------

Co-authored-by: Chenlei Hu <chenlei.hu@mail.utoronto.ca>
This commit is contained in:
bymyself
2024-09-30 12:21:09 -07:00
committed by GitHub
parent 6ea5fea1a7
commit 224c0080ee
3 changed files with 20 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
:model="items"
class="top-menubar border-none p-0 bg-transparent"
:pt="{
rootList: 'gap-0 flex-nowrap'
rootList: 'gap-0 flex-nowrap w-auto'
}"
/>
<Divider layout="vertical" class="mx-2" />