Fix style and string
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
05eaa8d3e0
commit
30f8930773
2 changed files with 2 additions and 2 deletions
|
@ -210,7 +210,7 @@ function CreateRoomContent({ isSpace, parentId, onRequestClose }) {
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
content={(
|
content={(
|
||||||
<Text variant="b3">Override the default (100) power level.</Text>
|
<Text variant="b3">Founder (101) override the default Admin (100) power level.</Text>
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
<Input name="topic" minHeight={174} resizable label="Topic (optional)" />
|
<Input name="topic" minHeight={174} resizable label="Topic (optional)" />
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
&__info {
|
&__info {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
@include dir.side(margin, 10px, 14px);
|
@include dir.side(margin, 14px, 10px);
|
||||||
|
|
||||||
& > * {
|
& > * {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
Loading…
Reference in a new issue