diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-04 20:39:13 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-04 20:39:13 -0700 |
commit | 958d5e8e5d503c5ccd28f54444e4aeb51ca3590e (patch) | |
tree | 2b2905253c4abcc853389b8afb151839af1ff0bd /python/fatcat_web | |
parent | 152b120af6ba50ce880e7962a790053d6d724480 (diff) | |
download | fatcat-958d5e8e5d503c5ccd28f54444e4aeb51ca3590e.tar.gz fatcat-958d5e8e5d503c5ccd28f54444e4aeb51ca3590e.zip |
fix container url form width
Diffstat (limited to 'python/fatcat_web')
-rw-r--r-- | python/fatcat_web/templates/container_edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/container_edit.html b/python/fatcat_web/templates/container_edit.html index 83c00514..553bedb6 100644 --- a/python/fatcat_web/templates/container_edit.html +++ b/python/fatcat_web/templates/container_edit.html @@ -31,7 +31,7 @@ <div class="one wide column middle aligned center aligned sortable-handle" style="padding-bottom: 0px; padding-right: 0px; padding-left: 0px;"> <i class="arrows alternate vertical icon"></i> </div> - <div class="thirteen wide column" style="padding-bottom: 0px;"> + <div class="fourteen wide column" style="padding-bottom: 0px;"> <div class="field {% if cfield.errors %}error{% endif %}"> {{ cfield() }} {{ edit_macros.form_field_errors(cfield) }} |