Browse Source

Follow-up 93f0ec94 - Visual regression of tailwind v.4 migration

Benjamin Scharf 3 weeks ago
parent
commit
7c60b02621

+ 1 - 1
app/frontend/apps/desktop/components/NavigationMenu/NavigationMenuList.vue

@@ -43,7 +43,7 @@ const paddingClasses = computed(() =>
           <template #default="{ isActive }">
           <template #default="{ isActive }">
             <slot v-bind="entry">
             <slot v-bind="entry">
               <CommonLabel
               <CommonLabel
-                class="line-clamp-1 grow text-current!"
+                class="line-clamp-1! grow text-current!"
                 :prefix-icon="entry.icon"
                 :prefix-icon="entry.icon"
                 :icon-color="entry.iconColor"
                 :icon-color="entry.iconColor"
               >
               >

+ 1 - 1
app/frontend/apps/desktop/pages/ticket-overviews/components/TicketOverviewsEmptyText.vue

@@ -32,7 +32,7 @@ defineProps<Props>()
     </CommonLabel>
     </CommonLabel>
 
 
     <slot>
     <slot>
-      <CommonLabel tag="p" class="block py-5">
+      <CommonLabel tag="p" class="block! py-5">
         {{ text }}
         {{ text }}
       </CommonLabel>
       </CommonLabel>
     </slot>
     </slot>

+ 0 - 2
package.json

@@ -74,8 +74,6 @@
     "jsdom": "^26.0.0",
     "jsdom": "^26.0.0",
     "minimatch": "^10.0.1",
     "minimatch": "^10.0.1",
     "mock-apollo-client": "^1.3.1",
     "mock-apollo-client": "^1.3.1",
-    "postcss": "^8.5.2",
-    "postcss-html": "^1.8.0",
     "prettier": "3.5.1",
     "prettier": "3.5.1",
     "prettier-plugin-tailwindcss": "^0.6.11",
     "prettier-plugin-tailwindcss": "^0.6.11",
     "regenerator-runtime": "^0.14.1",
     "regenerator-runtime": "^0.14.1",

+ 0 - 6
pnpm-lock.yaml

@@ -383,12 +383,6 @@ importers:
       mock-apollo-client:
       mock-apollo-client:
         specifier: ^1.3.1
         specifier: ^1.3.1
         version: 1.3.1(@apollo/client@3.12.11(graphql-ws@5.13.1(graphql@16.10.0))(graphql@16.10.0))
         version: 1.3.1(@apollo/client@3.12.11(graphql-ws@5.13.1(graphql@16.10.0))(graphql@16.10.0))
-      postcss:
-        specifier: ^8.5.2
-        version: 8.5.2
-      postcss-html:
-        specifier: ^1.8.0
-        version: 1.8.0
       prettier:
       prettier:
         specifier: 3.5.1
         specifier: 3.5.1
         version: 3.5.1
         version: 3.5.1