mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-10 09:02:49 +00:00
fix(Upload History): change table layout to fixed
This commit is contained in:
@@ -36,7 +36,7 @@ export class UploadHistory extends React.Component<IProps, IState> {
|
|||||||
return (
|
return (
|
||||||
<div className="card">
|
<div className="card">
|
||||||
<div className="card__header">Upload History</div>
|
<div className="card__header">Upload History</div>
|
||||||
<table className="table table--ellipsis">
|
<table className="table table--ellipsis table--fixed">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th className="hide-small">Date</th>
|
<th className="hide-small">Date</th>
|
||||||
|
|||||||
@@ -8,6 +8,9 @@
|
|||||||
th {
|
th {
|
||||||
padding: 10px 5px;
|
padding: 10px 5px;
|
||||||
}
|
}
|
||||||
|
&--fixed {
|
||||||
|
table-layout: fixed;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.table--ellipsis {
|
.table--ellipsis {
|
||||||
|
|||||||
Reference in New Issue
Block a user