Skip to content
Snippets Groups Projects
Commit 9820430f authored by Alex Barth's avatar Alex Barth
Browse files

#652848 BWPanda: Add 'clear-block' to admin-ui to fix float issues.

parent f4472f5b
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
Feeds 6.x 1.0 xxxx, 200x-xx-xx
------------------------------
- #652848 BWPanda: Add 'clear-block' to admin-ui to fix float issues.
- #623424 Kars-T, Eugen Mayer, alex_b: Mapper for Taxonomy.
- #649552 rsoden: Provide variable for data table name.
- #631962 velosol, alex_b: FeedsNodeProcessor: Update when changed.
......
......@@ -686,7 +686,7 @@ function theme_feeds_ui_edit_page($config_info, $active_container) {
drupal_add_css(drupal_get_path('module', 'feeds_ui') .'/feeds_ui.css');
// Outer wrapper.
$output = '<div class="feeds-settings">';
$output = '<div class="feeds-settings clear-block">';
// Build left bar.
$output .= '<div class="left-bar">';
......@@ -830,4 +830,4 @@ function theme_feeds_ui_mapping_form($form) {
$output .= drupal_render($form);
return $output;
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment