Skip to content

Commit

Permalink
CRISTAL-428: List elements are flat on Vuetify
Browse files Browse the repository at this point in the history
* Added padding values to list elements
  • Loading branch information
tkrieck committed Jan 22, 2025
1 parent d1201ae commit c71fe8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ds/vuetify/src/vue/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
height: 64px;
}

main ul {
padding-inline-start: var(--cr-spacing-x-large);
}

:root {
--cr-sizes-max-page-width: 960px; /*This value controls the width of the main content. It should be 100% for spanning text along the whole width or an arbitraty value*/
--cr-sizes-main-sidebar-width: 15%; /*The default width of the main sidebar*/
Expand All @@ -39,6 +43,8 @@
* Typography
*/



/* Fonts */
--cr-font-mono: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
--cr-font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
Expand Down

0 comments on commit c71fe8b

Please sign in to comment.