Note section css issues [SCI-3378] (#1715)

* Fix step name width bug
This commit is contained in:
aignatov-bio 2019-04-30 10:23:44 +02:00 committed by GitHub
parent 687b53feb1
commit 26dc1a0a4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -3,6 +3,9 @@
.inline-editing-container {
display: flex;
flex-grow: 1;
max-width: 500px;
position: relative;
.button-container {

View file

@ -1,6 +1,5 @@
<div
class="inline-editing-container <%= name %>-editable-field"
style="width:<%= (defined? width) ? width.html_safe : '100%' %>"
data-field-to-update="<%= field_to_udpate %>"
data-params-group="<%= params_group %>"
data-path-to-update="<%= path_to_update %>"