Feat: set max-width for text box for consistent experience
This commit is contained in:
parent
7aa576279b
commit
44ca120ad0
|
@ -2,7 +2,7 @@
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: 1px;
|
border: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
max-width: 620px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-box {
|
.title-box {
|
||||||
|
|
Loading…
Reference in New Issue