set details button width to match main grid

This commit is contained in:
Collin Barrett 2018-03-26 20:27:14 -05:00
parent 907bbe70d6
commit 0352698302

View file

@ -11,5 +11,5 @@ body, h2, h3, h4, h5, blockquote {
.fl-btn-details-action {
margin-bottom: .2rem;
max-width: 100px;
max-width: 90px;
}