Skip to content

Commit

Permalink
Slightly reduced width of dropdown menu in SelectionWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jul 6, 2015
1 parent 31ea3e9 commit e4fc478
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion holoviews/plotting/jsslider.jinja
Expand Up @@ -152,7 +152,7 @@ div.hologroup {
}
.holoselect {
width: 100%;
width: 92%;
margin-left: 0;
margin-right: 0;
}
Expand Down
4 changes: 2 additions & 2 deletions tests/testwidgets.py
Expand Up @@ -59,8 +59,8 @@ def test_scrubber_widget_2(self):

def test_selection_widget_1(self):
html = normalize(SelectionWidget(self.plot1, display_options={'figure_format': 'png'})())
self.assertEqual(digest_data(html), '477e98a4591971e8af2c492e5202551c891f7681b9cccb6976a3c83a0637370b')
self.assertEqual(digest_data(html), 'e92cee84653bd7b0fbfbc3d93b0b4ea7655e75d68bb5a98e4fe4292782df6eaa')

def test_selection_widget_2(self):
html = normalize(SelectionWidget(self.plot2, display_options={'figure_format': 'png'})())
self.assertEqual(digest_data(html), 'accbedf2492b5e312fb1da8b9a01ce1a4384302894bf93ed98b9c58a8ff3c892')
self.assertEqual(digest_data(html), '84c0b48c4e59ccaff15a3710d4972b58a355173f9fce883050f487f0a5839dbe')

0 comments on commit e4fc478

Please sign in to comment.