summaryrefslogtreecommitdiff
path: root/views/neighbors.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2018-04-04 15:02:01 +0000
committergebele <gebele@in-silico.ch>2018-04-04 15:02:01 +0000
commitb101916876ce06d06633af2a3ac6a34bd6cb2762 (patch)
tree10f242c3448150d76654d8f7ae4d2ee3fd22955f /views/neighbors.haml
parent8c001b11e33f44dbf63e9cabf44e11af7ba4bc6b (diff)
fixed tab headers in width
Diffstat (limited to 'views/neighbors.haml')
-rw-r--r--views/neighbors.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/neighbors.haml b/views/neighbors.haml
index dd22e71..8af59b6 100644
--- a/views/neighbors.haml
+++ b/views/neighbors.haml
@@ -2,7 +2,7 @@
%h3 Neighbors:
/ tabs div
#tabs
- %ul.nav.nav-tabs.nav-justified{:id=>"neighborTabs", :role=>"tablist"}
+ %ul.nav.nav-tabs.nav-justified{:id=>"neighborTabs", :role=>"tablist", :style=>"width:100%;overflow-x:auto;"}
- @models.each_with_index do |model,i|
/ get predictionFeature type
- m = Model::Lazar.find model.model_id.to_s