Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Avoiding the overflow of links in forms; Not applying to .main a anym…
Browse files Browse the repository at this point in the history
…ore because it can touch in links you don't want break-all.
  • Loading branch information
douglasmiranda committed Apr 1, 2019
1 parent 942ab42 commit 58c47a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion bootstrap_admin/static/admin/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ select {
}
.main a {
text-decoration: none;
word-break: break-all;
}
.popup {
padding-top: 10px;
Expand Down
3 changes: 3 additions & 0 deletions bootstrap_admin/static/admin/css/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
.form-row.field-box {
clear: none;
}
.form-row a {
word-break: break-all;
}

.list-group {
margin-bottom: 10px;
Expand Down

0 comments on commit 58c47a2

Please sign in to comment.