Ensure app info is too wide

This commit is contained in:
Johannes Zellner
2025-09-24 18:33:33 +02:00
parent b993cfd294
commit 30962c4c7b
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -217,6 +217,7 @@ a.pankow-breadcrumb-item {
/* info table label:value in Sections */
.info-row {
display: flex;
gap: 15px;
margin-bottom: 10px;
justify-content: space-between;
}
+2
View File
@@ -406,6 +406,7 @@ onBeforeUnmount(() => {
margin-top: 20px;
margin-bottom: 10px;
display: flex;
overflow-wrap: hidden;
}
.configure-menu-item {
@@ -441,6 +442,7 @@ onBeforeUnmount(() => {
.configure-content {
flex-grow: 1;
overflow: hidden;
}
</style>