mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-09 08:32:48 +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 (
|
||||
<div className="card">
|
||||
<div className="card__header">Upload History</div>
|
||||
<table className="table table--ellipsis">
|
||||
<table className="table table--ellipsis table--fixed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th className="hide-small">Date</th>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
th {
|
||||
padding: 10px 5px;
|
||||
}
|
||||
&--fixed {
|
||||
table-layout: fixed;
|
||||
}
|
||||
}
|
||||
|
||||
.table--ellipsis {
|
||||
|
||||
Reference in New Issue
Block a user