Skip to content

Commit

Permalink
lbryio#741 Fixing content address extending outside of visible area i…
Browse files Browse the repository at this point in the history
…n card
  • Loading branch information
amitnndn committed Jun 10, 2018
1 parent 9c75d3d commit aa493f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
* Move rewards logic to interal api ([#1509](https://github.com/lbryio/lbry-app/pull/1509))

### Fixed
* Fixing content address extending outside of visible area. ([#741](https://github.com/lbryio/lbry-app/issues/741))
* Fix content-type not shown correctly in file description ([#863](https://github.com/lbryio/lbry-app/pull/863))
* Fix [Flow](https://flow.org/) ([#1197](https://github.com/lbryio/lbry-app/pull/1197))
* Fix black screen on macOS after maximizing LBRY and then closing ([#1235](https://github.com/lbryio/lbry-app/pull/1235))
Expand Down
4 changes: 4 additions & 0 deletions src/renderer/scss/component/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
flex-direction: column;
}

.card > h1 {
word-wrap: break-word;
}

.card--section {
background-color: var(--card-bg);
padding: $spacing-vertical;
Expand Down

0 comments on commit aa493f9

Please sign in to comment.