Skip to content

Commit

Permalink
chore(demo): Fix documentation Name & Description, Type columns overl…
Browse files Browse the repository at this point in the history
…apping. (#10032)
  • Loading branch information
shiv9604 authored Dec 20, 2024
1 parent 08f924d commit 7f4898d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,7 @@
max-inline-size: 22.5rem;
}
}

.t-no-overflow {
overflow: hidden !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
class="t-row"
[class.t-deprecated]="propertyConnector.documentationPropertyDeprecated"
>
<td class="t-cell">
<td class="t-cell t-no-overflow">
<div
automation-id="tui-documentation__property-name"
class="t-property t-additional-info"
Expand Down Expand Up @@ -54,7 +54,7 @@
</div>
<ng-container [ngTemplateOutlet]="propertyConnector.template" />
</td>
<td class="t-cell">
<td class="t-cell t-no-overflow">
<span class="type">
<code class="t-code-type">
<ng-container
Expand Down

0 comments on commit 7f4898d

Please sign in to comment.