mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-10 13:26:13 +00:00
Set minimum table width on web app for better readability
This commit is contained in:
@@ -52,6 +52,7 @@ div.chatMessageWrapper a span {
|
|||||||
border: 1px solid hsl(var(--border));
|
border: 1px solid hsl(var(--border));
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
min-width: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatMessageWrapper table th {
|
.chatMessageWrapper table th {
|
||||||
@@ -247,6 +248,11 @@ div.trainOfThoughtElement ul {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chatMessageWrapper table th,
|
||||||
|
.chatMessageWrapper table td {
|
||||||
|
min-width: 40px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Print-specific styles for chat messages */
|
/* Print-specific styles for chat messages */
|
||||||
|
|||||||
Reference in New Issue
Block a user