diff options
author | Alexander_Kabui | 2024-08-08 17:30:46 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-08-29 18:58:56 +0300 |
commit | e2e3a61aa12cd4376fa77431a6ddf03de0fd5b14 (patch) | |
tree | a2ecc4a750f21bb02357dd7865aa241d1381a291 /gn2/wqflask/templates/gn_editor_commit.html | |
parent | 4fc52e002a230017f8a08f0fb771bf59f4d2a257 (diff) | |
download | genenetwork2-e2e3a61aa12cd4376fa77431a6ddf03de0fd5b14.tar.gz |
Code refactoring.
Diffstat (limited to 'gn2/wqflask/templates/gn_editor_commit.html')
-rw-r--r-- | gn2/wqflask/templates/gn_editor_commit.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gn2/wqflask/templates/gn_editor_commit.html b/gn2/wqflask/templates/gn_editor_commit.html index 214ca169..7c419c0b 100644 --- a/gn2/wqflask/templates/gn_editor_commit.html +++ b/gn2/wqflask/templates/gn_editor_commit.html @@ -13,7 +13,7 @@ </div> <br> <div class="row"> - <textarea class="col-sm-12" name="message" required> + <textarea rows="12" class="col-sm-12" name="message" required> </textarea> </div> @@ -21,9 +21,6 @@ <br> <br> <div class="row"> - <button class="btn btn-secondary col-sm-2 col-sm-offset-1"> - Cancel - </button> <button hx-post="/editor/commit" hx-target="#output" hx-swap= "innerHTML" |