Skip to content

Commit

Permalink
Added .well-sm
Browse files Browse the repository at this point in the history
Fix for .well-sm not working
  • Loading branch information
nickdos authored Nov 8, 2017
1 parent d706390 commit 75d6107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commonui-bs3/css/ala-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ input[type="date"] {line-height: 34px;}
/* Well
================================= */
.well {min-height: 20px;padding: 19px;margin-bottom: 20px;background-color: #f5f5f5;border: 1px solid #999;border-radius: 0;}
.well-sm {padding: 9px;}

/* Pagination
================================= */
Expand Down

0 comments on commit 75d6107

Please sign in to comment.