#741 Fixing content address extending outside of visible area in card

This commit is contained in:
Amit Nandan P 2018-06-10 17:13:11 -05:00
parent 9c75d3dde2
commit aa493f997b
2 changed files with 5 additions and 0 deletions

View file

@ -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))

View file

@ -8,6 +8,10 @@
flex-direction: column;
}
.card > h1 {
word-wrap: break-word;
}
.card--section {
background-color: var(--card-bg);
padding: $spacing-vertical;