Ui fixes (#4987)
* PLT-5090 - Adding overflow for usrename on popover * PLT-5089 - Updatng save button position * PLT-5146 - Removing anchor on teamname/username * Minor fixes for profile popover * Adjusting constants call for sidebar header
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
61771a0fc5
Коммит
1aa235b10d
@@ -49,7 +49,7 @@ export default class SettingItemMax extends React.Component {
|
||||
submit = (
|
||||
<input
|
||||
type='submit'
|
||||
className='btn btn-sm btn-primary'
|
||||
className='btn btn-sm btn-primary pull-right'
|
||||
href='#'
|
||||
onClick={this.props.submit}
|
||||
value={Utils.localizeMessage('setting_item_max.save', 'Save')}
|
||||
@@ -88,7 +88,7 @@ export default class SettingItemMax extends React.Component {
|
||||
{clientError}
|
||||
{submit}
|
||||
<a
|
||||
className='btn btn-sm theme'
|
||||
className='btn btn-sm pull-right'
|
||||
href='#'
|
||||
onClick={this.props.updateSection}
|
||||
>
|
||||
|
||||
Ссылка в новой задаче
Block a user