fix: Form title width
This commit is contained in:
parent
d54c814152
commit
66aa5aeb59
2 changed files with 2 additions and 1 deletions
|
|
@ -209,6 +209,7 @@ body {
|
|||
.page-title {
|
||||
.title-text {
|
||||
font-size: 16px;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.indicator {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue