Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Commit

Permalink
GH-20 Remove buggy splitting content in columns
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed Oct 17, 2019
1 parent e69afc1 commit 46cbf8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/scss/_fixes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@
/* Fix ugly wrapping in Assigned To column */
table.list td.assigned_to {
white-space: nowrap;
}

// GH-20 Remove buggy splitting content in columns
.objects-selection > div, #user_group_ids {
column-count: 1;
column-width: auto;
}
2 changes: 1 addition & 1 deletion stylesheets/_application.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46cbf8b

Please sign in to comment.