diff --git a/services/web/frontend/stylesheets/pages/project-list-lumiere.scss b/services/web/frontend/stylesheets/pages/project-list-lumiere.scss index e3b4a90f93..783752380c 100644 --- a/services/web/frontend/stylesheets/pages/project-list-lumiere.scss +++ b/services/web/frontend/stylesheets/pages/project-list-lumiere.scss @@ -343,7 +343,7 @@ $lum-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' wi // Search bar — wide enough to show the full placeholder form.project-search .form-control { - min-width: 300px; + min-width: 360px; } .lumiere-title { @@ -776,6 +776,7 @@ $lum-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' wi padding: 0.15em 0.5em; line-height: 1.5; border: none; + white-space: nowrap; } .project-format-badge-latex { background-color: rgba(#e6f4ec, 0.9); color: #098842; border: none; }