mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-28 11:14:24 +08:00
parent
687b53feb1
commit
26dc1a0a4a
2 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,9 @@
|
|||
|
||||
|
||||
.inline-editing-container {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
max-width: 500px;
|
||||
position: relative;
|
||||
|
||||
.button-container {
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<div
|
||||
class="inline-editing-container <%= name %>-editable-field"
|
||||
style="width:<%= (defined? width) ? width.html_safe : '100%' %>"
|
||||
class="inline-editing-container <%= name %>-editable-field"
|
||||
data-field-to-update="<%= field_to_udpate %>"
|
||||
data-params-group="<%= params_group %>"
|
||||
data-path-to-update="<%= path_to_update %>"
|
||||
|
|
Loading…
Reference in a new issue