Browse Source

Allow horizontal scrolling for combo list box drop down items

topic-sass
root 11 years ago
parent
commit
2ceb744925
  1. 3
      app/views/layouts/application.html.haml

3
app/views/layouts/application.html.haml

@ -11,6 +11,9 @@
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
.x-boundlist-item {
white-space: nowrap;
}
%body
.container

Loading…
Cancel
Save