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:
parent
aa2797c51c
commit
0a2338e42e
|
|
@ -26,9 +26,9 @@ th, td {
|
||||||
}
|
}
|
||||||
|
|
||||||
.historyReason {
|
.historyReason {
|
||||||
width: 940px;
|
width: 920px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.historyDate {
|
.historyDate {
|
||||||
width: 160px;
|
width: 170px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user