summaryrefslogtreecommitdiffstats
path: root/webapp/components/searchable_user_list.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-10-27 18:10:05 +0500
committerJoram Wilander <jwawilander@gmail.com>2016-10-27 09:10:05 -0400
commit14ce471311fee2830be3cbd3a90179015f513719 (patch)
tree26db51b68ca27b6ba471cbd2b9286d0c70b5b6d5 /webapp/components/searchable_user_list.jsx
parent4dca84c8b4e38dd13522ddaea5843b276dd77946 (diff)
downloadchat-14ce471311fee2830be3cbd3a90179015f513719.tar.gz
chat-14ce471311fee2830be3cbd3a90179015f513719.tar.bz2
chat-14ce471311fee2830be3cbd3a90179015f513719.zip
Updating shift UI changes (#4326)
* Updating shift UI changes * Adding border to last account settings item * Fixing modals
Diffstat (limited to 'webapp/components/searchable_user_list.jsx')
-rw-r--r--webapp/components/searchable_user_list.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/searchable_user_list.jsx b/webapp/components/searchable_user_list.jsx
index 8d4f74ab3..eee8288ba 100644
--- a/webapp/components/searchable_user_list.jsx
+++ b/webapp/components/searchable_user_list.jsx
@@ -155,7 +155,7 @@ export default class SearchableUserList extends React.Component {
style={this.props.style}
>
<div className='filter-row'>
- <div className='col-sm-5'>
+ <div className='col-xs-9 col-sm-5'>
<input
ref='filter'
className='form-control filter-textbox'
@@ -164,7 +164,7 @@ export default class SearchableUserList extends React.Component {
onChange={this.onSearchBoxChange}
/>
</div>
- <div className='col-sm-2 filter-button'>
+ <div className='col-xs-3 col-sm-2 filter-button'>
<button
type='button'
className='btn btn-primary'