Skip to content

Commit

Permalink
LPS-48262 Set a with for the column
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoDiaz authored and brianchandotcom committed Jul 8, 2014
1 parent 1dd67a9 commit dac2ea7
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -283,6 +283,10 @@
}
}

.span8 {
width: 70%;
}

/* ---------- Extras ---------- */

.dockbar-user-notifications .user-notifications-count, .notifications-portlet .nav a:hover, .notifications-portlet .nav a.selected, .notifications-portlet .user-notifications-list-container {
Expand Down

1 comment on commit dac2ea7

@moisesbelda
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Roberto.
Why is the reason to use a generic .span8 without prefix or suffix at this point?
I'm trying to implement a bootstrap responsive design and this span overwrites all my span8 (responsive variations) because notification portlet css is loaded the last. Is it a needed fix for notification portlet?

Please sign in to comment.