mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
Fix/issue/3149 (#3162)
* fix(docker): fix container startup crash due to missing OD_API_TOKEN * fix(docker): forward OD_API_TOKEN to fix docker container boot loop * fix(docker): enforce non-empty OD_API_TOKEN for docker-compose * fix(deploy): automate OD_API_TOKEN generation in installer and close compose loop * docs(readme): guide manual deployment users to configure OD_API_TOKEN * docs(readme): align working directory paths for manual deployment instructions * docs(readme): align working directory paths for manual deployment instructions * docs(readme): restore git clone context for first-time users * fix(web): add min-width constraints to plugin filter span and pill button related issue 3149
This commit is contained in:
parent
49573f031a
commit
afc5f52445
1 changed files with 6 additions and 0 deletions
|
|
@ -284,6 +284,11 @@
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
.plugins-view__filter span {
|
||||
min-width: 32px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.plugins-view__filter select {
|
||||
min-height: 32px;
|
||||
min-width: 180px;
|
||||
|
|
@ -377,6 +382,7 @@
|
|||
justify-content: center;
|
||||
gap: 6px;
|
||||
min-height: 32px;
|
||||
min-width: 48px;
|
||||
padding: 0 11px;
|
||||
border-radius: var(--radius-sm);
|
||||
font-size: 12px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue