diff --git a/app/assets/stylesheets/my_modules/protocols/index.scss b/app/assets/stylesheets/my_modules/protocols/index.scss index 8de4db4f4..cad3f5958 100644 --- a/app/assets/stylesheets/my_modules/protocols/index.scss +++ b/app/assets/stylesheets/my_modules/protocols/index.scss @@ -18,10 +18,17 @@ width: calc(100% + 3rem); .my_module-name { + display: flex; min-width: 5rem; width: 100%; } } + + .name-readonly-placeholder { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } } .content-pane.my-modules-protocols-index {