' +
+ "" +
I18n.t('samples.column_visibility') +
'';
},
diff --git a/app/assets/stylesheets/extend/bootstrap.scss b/app/assets/stylesheets/extend/bootstrap.scss
index a33f5763a..d687e49d8 100644
--- a/app/assets/stylesheets/extend/bootstrap.scss
+++ b/app/assets/stylesheets/extend/bootstrap.scss
@@ -23,3 +23,29 @@
display: none;
}
}
+
+@media (min-width: 1075px) {
+ .col-sm-3-custom {
+ float: left;
+ width: 25%;
+ }
+
+ .col-sm-9-custom {
+ float: left;
+ width: 75%;
+ }
+}
+
+.col-sm-3-custom {
+ min-height: 1px;
+ padding-left: 15px;
+ padding-right: 15px;
+ position: relative;
+}
+
+.col-sm-9-custom {
+ min-height: 1px;
+ padding-left: 15px;
+ padding-right: 15px;
+ position: relative;
+}
diff --git a/app/views/my_modules/results.html.erb b/app/views/my_modules/results.html.erb
index 07e5e48a6..c6087de90 100644
--- a/app/views/my_modules/results.html.erb
+++ b/app/views/my_modules/results.html.erb
@@ -6,10 +6,10 @@
+ <%= t'my_modules.results.collapse_label' %>
+ <%= t'my_modules.results.expand_label' %>
<% if can_create_result_text_in_module(@my_module) or
diff --git a/app/views/shared/_samples.html.erb b/app/views/shared/_samples.html.erb
index 34cf52d64..bbf5bf839 100644
--- a/app/views/shared/_samples.html.erb
+++ b/app/views/shared/_samples.html.erb
@@ -46,7 +46,7 @@