fix(dashboard): Padding (x-axis) on roles permissions cards#6418
Conversation
|
| Filename | Overview |
|---|---|
| dashboard/src/components/settings/RolePermissions.vue | Adds px-2 horizontal padding to all four permission card groups, removes a leftover console.log debug statement, and normalizes string quotes from single to double throughout the script block. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[RolePermissions.vue] --> B[permissionsImportant cards]
A --> C[permissionsGeneral cards]
A --> D[permissionsResources cards]
A --> E[permissionsPartner cards]
B --> F["border rounded px-2 (was: border rounded)"]
C --> F
D --> F
E --> F
F --> G[Switch toggle + label rendered with horizontal padding]
Reviews (1): Last reviewed commit: "fix(dashboard): Padding (x-axis) on role..." | Re-trigger Greptile
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #6418 +/- ##
===========================================
+ Coverage 49.79% 59.73% +9.94%
===========================================
Files 945 110 -835
Lines 78270 17357 -60913
Branches 355 355
===========================================
- Hits 38972 10369 -28603
+ Misses 39275 6965 -32310
Partials 23 23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.