diff --git a/awx/ui/client/lib/components/layout/_index.less b/awx/ui/client/lib/components/layout/_index.less index 5ef829aa27..528d06608a 100644 --- a/awx/ui/client/lib/components/layout/_index.less +++ b/awx/ui/client/lib/components/layout/_index.less @@ -109,7 +109,7 @@ color: @at-color-side-nav-content; display: flex; cursor: pointer; - font-size: 12px; + font-size: 13px; i { cursor: pointer; color: @at-color-side-nav-item-icon; diff --git a/awx/ui/client/lib/theme/_variables.less b/awx/ui/client/lib/theme/_variables.less index 1a34edf72f..d800549010 100644 --- a/awx/ui/client/lib/theme/_variables.less +++ b/awx/ui/client/lib/theme/_variables.less @@ -301,7 +301,7 @@ @at-width-input-button-sm: 72px; @at-width-input-button-md: 84px; @at-width-collapsed-side-nav: 55px; -@at-width-expanded-side-nav: 180px; +@at-width-expanded-side-nav: 190px; @at-width-list-row-item-label: 120px; @at-width-list-row-action: 30px; @at-width-side-nav-toggle-mobile: 50px;