Fix nickname form width
This commit is contained in:
parent
d4f6b040f3
commit
5ff57258ec
@ -2,6 +2,9 @@ import tpl_muc_nickname_form from './templates/muc-nickname-form.js';
|
||||
import { CustomElement } from 'shared/components/element';
|
||||
import { _converse, api } from "@converse/headless/core";
|
||||
|
||||
import './styles/nickname-form.scss';
|
||||
|
||||
|
||||
class MUCNicknameForm extends CustomElement {
|
||||
|
||||
static get properties () {
|
||||
|
3
src/plugins/muc-views/styles/nickname-form.scss
Normal file
3
src/plugins/muc-views/styles/nickname-form.scss
Normal file
@ -0,0 +1,3 @@
|
||||
converse-muc-nickname-form {
|
||||
width: 100%;
|
||||
}
|
Loading…
Reference in New Issue
Block a user