1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Fix text area width on mobile conpherence

Summary: I collapsed this into the incorrect rule

Test Plan: Test tablet and mobile breakpoints

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D12437
This commit is contained in:
Chad Little 2015-04-16 09:43:28 -07:00
parent 97c54c3ff5
commit d59ef485ec
2 changed files with 3 additions and 2 deletions

View file

@ -45,7 +45,7 @@ return array(
'rsrc/css/application/config/unhandled-exception.css' => '37d4f9a2',
'rsrc/css/application/conpherence/durable-column.css' => '51c1e074',
'rsrc/css/application/conpherence/menu.css' => 'f389e048',
'rsrc/css/application/conpherence/message-pane.css' => '970dce25',
'rsrc/css/application/conpherence/message-pane.css' => '18ac5e85',
'rsrc/css/application/conpherence/notification.css' => 'd208f806',
'rsrc/css/application/conpherence/transaction.css' => '25138b7f',
'rsrc/css/application/conpherence/update.css' => '1099a660',
@ -517,7 +517,7 @@ return array(
'config-welcome-css' => '6abd79be',
'conpherence-durable-column-view' => '51c1e074',
'conpherence-menu-css' => 'f389e048',
'conpherence-message-pane-css' => '970dce25',
'conpherence-message-pane-css' => '18ac5e85',
'conpherence-notification-css' => 'd208f806',
'conpherence-thread-manager' => '0a5192c4',
'conpherence-transaction-css' => '25138b7f',

View file

@ -329,4 +329,5 @@
.device .conpherence-message-pane .aphront-form-control-textarea {
float: left;
height: 24px;
width: 100%;
}