Skip to content

Commit

Permalink
Merge pull request #1028 from vaanevre/fix/user_tools_auth_width
Browse files Browse the repository at this point in the history
Set auto width for grp-user-tools
  • Loading branch information
parsch committed Sep 15, 2023
2 parents a420b87 + 9d5ec56 commit 7446088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grappelli/compass/sass/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ h1#grp-admin-title {
border-left: 1px solid lighten(#222, 7);
border-right: 1px solid darken(#222, 10);
&.grp-user-options-container {
width: 200px;
width: auto;
&:last-child {
margin-right: 11px;
}
Expand Down
2 changes: 1 addition & 1 deletion grappelli/static/grappelli/stylesheets/screen.css

Large diffs are not rendered by default.

0 comments on commit 7446088

Please sign in to comment.