summaryrefslogtreecommitdiffstats
path: root/webapp/components/searchable_channel_list.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-12-15 11:40:46 -0500
committerenahum <nahumhbl@gmail.com>2016-12-15 13:40:46 -0300
commit7f48a7fc9d2238134414668e0b520115706b8b2d (patch)
treec7b485e0305a46e10ea997ea3450c2c040efcb95 /webapp/components/searchable_channel_list.jsx
parentc35b95709e293680f882f27ab6e616bf8f92a7cc (diff)
downloadchat-7f48a7fc9d2238134414668e0b520115706b8b2d.tar.gz
chat-7f48a7fc9d2238134414668e0b520115706b8b2d.tar.bz2
chat-7f48a7fc9d2238134414668e0b520115706b8b2d.zip
PLT-4815 Refactor 'More Channels' modal into the new modal pattern (#4742)
* Refactor 'More Channels' modal into the new modal pattern * Fix unit test * Readded CSS changes
Diffstat (limited to 'webapp/components/searchable_channel_list.jsx')
-rw-r--r--webapp/components/searchable_channel_list.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/searchable_channel_list.jsx b/webapp/components/searchable_channel_list.jsx
index 4a7f90455..afd113975 100644
--- a/webapp/components/searchable_channel_list.jsx
+++ b/webapp/components/searchable_channel_list.jsx
@@ -167,7 +167,7 @@ export default class SearchableChannelList extends React.Component {
return (
<div className='filtered-user-list'>
<div className='filter-row'>
- <div className='col-sm-6'>
+ <div className='col-sm-12'>
<input
ref='filter'
className='form-control filter-textbox'