@@ -14,7 +14,7 @@ function ComparePathsTable(props) {
const { path } = pageContainer.state;
return (
- <table className="table table-bordered compare-page-tabel">
+ <table className="table table-bordered compare-page-table">
<thead>
<tr>
<th className="w-50">{t('original_path')}</th>
@@ -13,28 +13,29 @@
font-family: $font-family-monospace-not-strictly;
}
- .compare-page-tabel {
+ .compare-page-table {
width: 100%;
- }
- .compare-page-tabel tbody {
- width: 100%;
- height: 200px;
- overflow-y: auto;
+ tbody {
+ width: 100%;
+ height: 200px;
+ overflow-y: auto;
+ }
- .compare-page-tabel thead,
- tbody,
- tr,
- td,
- th {
- display: block;
- .compare-page-tabel tbody td {
- float: left;
+ td,
+ th {
+ width: 50%;
+
+ tbody,
+ tr,
+ display: block;
- .compare-page-tabel thead tr th {
+ tr {
+ display: flex;