diff --git a/app/assets/stylesheets/dashboard/create_task_modal.scss b/app/assets/stylesheets/dashboard/create_task_modal.scss index 3870d7268..000abd1bc 100644 --- a/app/assets/stylesheets/dashboard/create_task_modal.scss +++ b/app/assets/stylesheets/dashboard/create_task_modal.scss @@ -33,6 +33,12 @@ .create-new { padding: 0 5px; } + + .dropdown-option { + overflow: hidden; + text-overflow: clip; + white-space: nowrap; + } } .new-projects-visibility { diff --git a/app/assets/stylesheets/projects.scss b/app/assets/stylesheets/projects.scss index 4c26552e4..c97b1092f 100644 --- a/app/assets/stylesheets/projects.scss +++ b/app/assets/stylesheets/projects.scss @@ -964,9 +964,7 @@ li.module-hover { .name { align-items: center; - grid-column: 1 span; -webkit-box-orient: vertical; - display: -webkit-box; display: flex; -webkit-line-clamp: 2; } diff --git a/app/assets/stylesheets/repository_columns/index.scss b/app/assets/stylesheets/repository_columns/index.scss index 7d6d520c1..a212f841d 100644 --- a/app/assets/stylesheets/repository_columns/index.scss +++ b/app/assets/stylesheets/repository_columns/index.scss @@ -207,6 +207,7 @@ } .vis { + display: inline-block; margin-left: 10px; margin-right: 5px; diff --git a/app/javascript/vue/protocol/container.vue b/app/javascript/vue/protocol/container.vue index a83ebabe7..a90eb983a 100644 --- a/app/javascript/vue/protocol/container.vue +++ b/app/javascript/vue/protocol/container.vue @@ -36,7 +36,7 @@
{{ i18n.t("protocols.header.published_by") }} - + {{ protocol.attributes.published_by.name }}
@@ -46,7 +46,7 @@
{{ i18n.t("protocols.header.added_by") }} - + {{ protocol.attributes.added_by.name }}