Skip to content

Commit

Permalink
docs: code tabs in webkit
Browse files Browse the repository at this point in the history
Closes #1993
  • Loading branch information
bennypowers committed Feb 9, 2025
1 parent 7ab9dc5 commit c7e9c8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docs/patterns/tabs/patterns/code-tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
border: var(--rh-border-width-sm) solid var(--rh-color-border-subtle);
border-radius: var(--rh-border-radius-default);
max-width: 56rem; /* warning: magic number */
overflow: hidden;

& rh-tab-panel {
padding: 0;
Expand Down
3 changes: 1 addition & 2 deletions uxdot/uxdot-pattern.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,9 @@ h3,
gap: var(--rh-space-lg, 16px);
}

rh-tabs {
#code-tabs {
border: var(--rh-border-width-sm) solid var(--rh-color-border-subtle);
border-radius: var(--rh-border-radius-default);
overflow: hidden;
grid-area: code;

& rh-tab-panel {
Expand Down

0 comments on commit c7e9c8f

Please sign in to comment.