...
Code Block | ||
---|---|---|
| ||
<c:if test="${mode == 'preview'}"> <style> .wm-field { height: 75px; } .wm-field-input { float: right; } </style> </c:if> |
...
Code Block | ||
---|---|---|
| ||
<c:if test="${mode == 'preview'}"> <style> .wm-field { height: 75px; } .wm-field-input { float: right; } </style> </c:if> |