mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 00:34:37 -04:00
Invoice public notes is too wide on narrow screen
This commit is contained in:
parent
1e1e257415
commit
3651ffa38a
@ -284,7 +284,7 @@
|
|||||||
{{ Former::setOption('TwitterBootstrap3.labelWidths.large', 0) }}
|
{{ Former::setOption('TwitterBootstrap3.labelWidths.large', 0) }}
|
||||||
{{ Former::setOption('TwitterBootstrap3.labelWidths.small', 0) }}
|
{{ Former::setOption('TwitterBootstrap3.labelWidths.small', 0) }}
|
||||||
|
|
||||||
<div class="tab-content" style="padding-right:12px;max-width:650px;">
|
<div class="tab-content" style="padding-right:12px;max-width:600px;">
|
||||||
<div role="tabpanel" class="tab-pane active" id="public_notes" style="padding-bottom:44px;">
|
<div role="tabpanel" class="tab-pane active" id="public_notes" style="padding-bottom:44px;">
|
||||||
{!! Former::textarea('public_notes')
|
{!! Former::textarea('public_notes')
|
||||||
->data_bind("value: public_notes, valueUpdate: 'afterkeydown'")
|
->data_bind("value: public_notes, valueUpdate: 'afterkeydown'")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user