Skip to content

Commit ac24032

Browse files
committed
[#2347] Revert
1 parent 750e6b8 commit ac24032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/open_inwoner/scss/components/Table/Table.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
}
4242

4343
&--content {
44+
display: table;
4445
margin-top: var(--spacing-giant);
4546
margin-bottom: var(--spacing-giant);
4647

4748
.table__item {
4849
border-right: 1px solid var(--color-gray-light);
49-
max-width: 300px;
5050
word-wrap: break-word;
51-
text-wrap: wrap;
51+
text-wrap: initial;
5252
}
5353

5454
.table__item:first-of-type {

0 commit comments

Comments
 (0)