Skip to content
Snippets Groups Projects
Commit c84d8802 authored by Michael Lee's avatar Michael Lee
Browse files

Merge branch 'canini-3' into 'main'

fixing paragraph table bug

See merge request !47
parents 9117868d a86013dd
No related branches found
No related tags found
1 merge request!47fixing paragraph table bug
......@@ -94,3 +94,16 @@ select option[value="4"] {
.js .paragraph-type-title {
flex-basis: 500px;
}
.paragraphs-tabs-wrapper table,
.paragraphs-tabs-wrapper thead,
.paragraphs-tabs-wrapper tbody,
.paragraphs-tabs-wrapper tr,
.paragraphs-tabs-wrapper td {
width: 100%;
display: block;
}
.paragraphs-tabs-wrapper th {
display: block;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment