Skip to content

Commit

Permalink
fix styles of the dashboard in the admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
fsvblr committed Aug 15, 2019
1 parent e78045b commit e212544
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions com_comparisonchart/admin/assets/css/comparisonchart.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ fieldset.adminform fieldset.radio label, fieldset.panelform fieldset.radio label

.thank_fdiv {
float: left;
width: 720px;
width: 100%;
}

.thank_rate {
Expand Down Expand Up @@ -470,7 +470,7 @@ dl.tabs dt {

float: left;

width: 720px;
width: 100%;

}

Expand Down Expand Up @@ -554,7 +554,7 @@ dl.tabs dt {

#pgm_dashboard {
margin: 20px 10px 0 0;
width: 48%;
width: 47%;
min-height: 100px;
height: auto;
float: left;
Expand Down

0 comments on commit e212544

Please sign in to comment.