fix: Form title width

This commit is contained in:
Suraj Shetty 2020-12-17 19:32:01 +05:30
parent d54c814152
commit 66aa5aeb59
2 changed files with 2 additions and 1 deletions

View file

@ -209,6 +209,7 @@ body {
.page-title {
.title-text {
font-size: 16px;
max-width: 300px;
}
.indicator {

View file

@ -30,7 +30,7 @@
cursor: pointer;
margin-bottom: 0px;
margin-right: var(--margin-sm);
max-width: unquote("max(28%, 200px)");
max-width: 500px;
}
.indicator-pill {
margin-top: 2px;