Adjust widths in history component styling

Reduced the width of `.historyReason` and increased the width of `.historyDate` to improve layout alignment. These changes ensure better visual balance and accommodate content more effectively.
This commit is contained in:
Teriuihi 2025-04-12 01:02:14 +02:00
parent aa2797c51c
commit 0a2338e42e

View File

@ -26,9 +26,9 @@ th, td {
}
.historyReason {
width: 940px;
width: 920px;
}
.historyDate {
width: 160px;
width: 170px;
}