Minor bug fixes (#4172)
Этот коммит содержится в:
коммит произвёл
enahum
родитель
ba3c6d909a
Коммит
d67b2b4832
@@ -90,7 +90,7 @@ class LicenseSettings extends React.Component {
|
||||
render() {
|
||||
var serverError = '';
|
||||
if (this.state.serverError) {
|
||||
serverError = <div className='form-group has-error'><label className='control-label'>{this.state.serverError}</label></div>;
|
||||
serverError = <div className='col-sm-12'><div className='form-group has-error'><label className='control-label'>{this.state.serverError}</label></div></div>;
|
||||
}
|
||||
|
||||
var btnClass = 'btn';
|
||||
|
||||
@@ -281,7 +281,7 @@
|
||||
|
||||
video {
|
||||
height: 100%;
|
||||
width: auto;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
@charset 'UTF-8';
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.filtered-user-list {
|
||||
max-height: 65vh !important;
|
||||
}
|
||||
|
||||
.app__body {
|
||||
.edit-modal-body {
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user