Skip to content

Commit

Permalink
feat(ZNTA-1735): minor css fixes to glossary term row in editor
Browse files Browse the repository at this point in the history
  • Loading branch information
kgough committed Apr 11, 2017
1 parent bc1e445 commit 4248ae1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Expand Up @@ -419,7 +419,7 @@ ul.source-infolist {
td.long-string {
display:table-row !important;
padding-bottom:0 !important;
max-width:10em !important;
max-width:8em !important;
}

.long-string span {
Expand Down Expand Up @@ -469,8 +469,8 @@ ul.source-infolist {
}

td.long-string {
max-width: 8em;
padding-bottom:0.75em;
max-width:8em;
}

.long-string span {
Expand All @@ -489,7 +489,7 @@ ul.source-infolist {

@media (min-width:1100px) {
td.long-string {
max-width: 10em;
min-width: 10em;
}
.long-string span {
max-width: 8em;
Expand Down
Expand Up @@ -148,7 +148,6 @@ table {
}

.table td {
width: inherit;
position: relative;
font-size: 1rem;
vertical-align: top;
Expand Down

0 comments on commit 4248ae1

Please sign in to comment.