Skip to content

Commit

Permalink
fixes profile text overflow UI glitch #4376
Browse files Browse the repository at this point in the history
added .profile-details small with word-wrap break words as suggested by @t-book
  • Loading branch information
gannebamm committed Apr 30, 2019
1 parent 9de3504 commit 3815dcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions geonode/static/geonode/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -7442,6 +7442,9 @@ article.tab-pane {
background: white;
color: #333333;
}
.profile-details small {
word-wrap: break-word;
}
.profile-details .group-logo {
margin: 0.5em;
padding: 0;
Expand Down

0 comments on commit 3815dcf

Please sign in to comment.