Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6753 Fixed dataset metadata table width #6912

Merged
merged 1 commit into from May 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main/webapp/resources/css/structure.css
Expand Up @@ -649,9 +649,9 @@ div.form-col-container.edit-compound-field div.form-col-container {margin-bottom
div.panel-group div.panel {margin-bottom:1em;}
div.panel div.panel-body div.form-group {overflow: hidden;}
div.edit-field div.ui-message {margin:6px 0;}
.metadata-container table.metadata {border-collapse:separate;margin:0 4px;}
.metadata-container table.metadata {border-collapse:separate;margin:0 4px;width:100%;}
.metadata-container table.metadata th {width:25%;vertical-align:top;padding:6px 12px;}
.metadata-container table.metadata td {padding:6px 12px;}
.metadata-container table.metadata td {padding:6px 12px;vertical-align:top;}
@media(max-width:767px){
.metadata-container table.metadata th, .metadata-container table.metadata td {display:block;width:100%;}
.metadata-container table.metadata th {padding-bottom:0;}
Expand Down