Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #516 from thevoiceofzeke/widgets
Browse files Browse the repository at this point in the history
Improve cross-browser consistency of widget appearance
  • Loading branch information
thevoiceofzeke authored Aug 24, 2016
2 parents c56064e + d8e8327 commit c424567
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions angularjs-portal-home/src/main/webapp/css/widget.less
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
widget-card {
.widget-header {
height: 30%;
height: 20%;
line-height: 1.1;
align-items: center;
.md-title {
font-size: 18px;
font-weight: 200;
}
}
.widget-content {
height: 70%;
height: 80%;
padding: 0;
margin-bottom: 36px;
.bold {
Expand Down

0 comments on commit c424567

Please sign in to comment.