Fixing DM separator and margin on system console (#2944)
Fixing margins on system console
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
c8285185a9
Коммит
338223d204
@@ -5,7 +5,7 @@ import React from 'react';
|
||||
|
||||
export default class Setting extends React.Component {
|
||||
render() {
|
||||
let marginClass;
|
||||
let marginClass = '';
|
||||
if (this.props.margin === 'small') {
|
||||
marginClass = ' form-group--small';
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user