Skip to content

Commit

Permalink
Must use min-with instead max-widght for the Profile button
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre RAMBAUD committed Oct 7, 2019
1 parent 2be7381 commit 8b0a7be
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Expand Up @@ -93,6 +93,18 @@ tests-legacy/resources/modules/referralprogram/
!/admin-dev/export/.htaccess
!/admin-dev/export/index.php

# Downloaded RTL files
/admin-dev/themes/default/css/bundle/default_rtl.css
/admin-dev/themes/default/css/bundle/shared_rtl.css
/admin-dev/themes/default/css/font_rtl.css
/admin-dev/themes/default/css/overrides_rtl.css
/admin-dev/themes/default/css/vendor/font-awesome/font-awesome_rtl.css
/admin-dev/themes/default/css/vendor/nv.d3_rtl.css
/admin-dev/themes/default/css/vendor/titatoggle-min_rtl.css
/admin-dev/themes/default/public/theme_rtl.css
/admin-dev/themes/new-theme/css/module/drop_rtl.css
/admin-dev/themes/new-theme/css/right-sidebar_rtl.css

themes/*/cache/*

# Config
Expand Down
2 changes: 1 addition & 1 deletion admin-dev/themes/new-theme/public/theme.css

Large diffs are not rendered by default.

Expand Up @@ -548,7 +548,8 @@ $header-text-color: #4e6167;
border: 1px solid #899EA5;
border-radius: 1px;
color: #576C72;
max-width: 130px;
min-width: 130px;
width: fit-content;

&:hover {
border-color: $primary;
Expand Down

0 comments on commit 8b0a7be

Please sign in to comment.