[ARVADOS] updated: 1.3.0-884-g2e1f0679f
Git user
git at public.curoverse.com
Tue May 14 14:29:25 UTC 2019
Summary of changes:
apps/workbench/app/assets/stylesheets/application.css.scss | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
via 2e1f0679f116ac77e74dfdc8b1af18f3a633b143 (commit)
from 9ae6b8faa3e5b2293511e992c032c05d1232997a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 2e1f0679f116ac77e74dfdc8b1af18f3a633b143
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Tue May 14 11:29:04 2019 -0300
14988: Fixes bootstrap import issue
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/apps/workbench/app/assets/stylesheets/application.css.scss b/apps/workbench/app/assets/stylesheets/application.css.scss
index 8822d5c0a..1f21c3972 100644
--- a/apps/workbench/app/assets/stylesheets/application.css.scss
+++ b/apps/workbench/app/assets/stylesheets/application.css.scss
@@ -13,13 +13,15 @@
* compiled file, but it's generally better to create a new file per style scope.
*
*= require_self
- *= require bootstrap
*= require bootstrap3-editable/bootstrap-editable
*= require morris
*= require awesomplete
*= require_tree .
*/
+ at import "bootstrap-sprockets";
+ at import "bootstrap";
+
.contain-align-left {
text-align: left;
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list