Skip to content

Commit

Permalink
LEAF 4193 add relative position to parent to prevent form shift
Browse files Browse the repository at this point in the history
  • Loading branch information
aerinkayne committed Dec 21, 2023
1 parent affc4c9 commit fdeaeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LEAF_Request_Portal/templates/subindicators.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@
<!--{$indicator.html}-->
<!--{/if}-->
<!--{if $indicator.format == 'date' && ($indicator.isMasked == 0 || $indicator.value == '')}-->
<span class="text">
<span class="text" style="position:relative;">
<input type="text" id="<!--{$indicator.indicatorID|strip_tags}-->" name="<!--{$indicator.indicatorID|strip_tags}-->" style="background: url(dynicons/?img=office-calendar.svg&w=16); background-repeat: no-repeat; background-position: 4px center; padding-left: 24px; font-size: 1.3em; font-family: monospace" value="<!--{$indicator.value|sanitize}-->" />
<input class="ui-helper-hidden-accessible" id="<!--{$indicator.indicatorID|strip_tags}-->_focusfix" type="text" />
<span id="<!--{$indicator.indicatorID|strip_tags}-->_error" style="color: red; display: none">Incorrect Date</span>
Expand Down

0 comments on commit fdeaeb2

Please sign in to comment.