mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +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));
|
||||
padding: 8px 12px;
|
||||
text-align: left;
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
.chatMessageWrapper table th {
|
||||
@@ -247,6 +248,11 @@ div.trainOfThoughtElement ul {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.chatMessageWrapper table th,
|
||||
.chatMessageWrapper table td {
|
||||
min-width: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Print-specific styles for chat messages */
|
||||
|
||||
Reference in New Issue
Block a user