Skip to content

Commit

Permalink
Update to target just the settings tabs
Browse files Browse the repository at this point in the history
Did you mean to target all the AA tabs? If you have drop down menu's in aa the class is ul.tabs.  this line was preventing them from displaying (they got cut off when they reached the title bar) hth.
  • Loading branch information
asecondwill committed May 16, 2014
1 parent f626381 commit 0b9a3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/assets/stylesheets/activeadmin_settings.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
.form_actions { display:none; }
}

ul.tabs {
#settings_tabs ul.tabs {
margin-bottom: 14px;
overflow: hidden;
}
Expand Down

0 comments on commit 0b9a3df

Please sign in to comment.