Add overflow-x:hidden to DetailsSection styles

This commit is contained in:
Robbie Antenesse 2017-08-20 12:18:52 -06:00
parent 173bc48eee
commit 064840512f
1 changed files with 1 additions and 0 deletions

View File

@ -8,4 +8,5 @@
.details-display {
max-height: 500px;
overflow-y: auto;
overflow-x: hidden;
}