Fix nickname form width

This commit is contained in:
JC Brand 2021-09-23 22:31:30 +02:00
parent d4f6b040f3
commit 5ff57258ec
2 changed files with 6 additions and 0 deletions

View File

@ -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 () {

View File

@ -0,0 +1,3 @@
converse-muc-nickname-form {
width: 100%;
}