Skip to content

Commit

Permalink
docs(props): Increase font size in props tables to match default Para…
Browse files Browse the repository at this point in the history
…graph size
  • Loading branch information
lzcabrera committed Oct 26, 2017
1 parent e4a37b1 commit 5b3aa1d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions config/styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ module.exports = {
sidebarWidth: 240,
},
styles: {
// Fixing mobile overflow of code examples
Markdown: {
pre: {
'overflow-x': 'auto',
Expand All @@ -287,6 +288,30 @@ module.exports = {
'overflow-x': 'auto',
},
},
// [TDS-381] Increase font size in props tables to match default Paragraph size.
Table: {
cell: {
fontSize: '1rem',
},
cellHeading: {
fontSize: '1rem',
},
},
Name: {
name: {
fontSize: 'inherit',
},
},
Type: {
type: {
fontSize: 'inherit',
},
},
Text: {
text: {
fontSize: 'inherit',
},
},
},
webpackConfig: {
devServer: {
Expand Down

0 comments on commit 5b3aa1d

Please sign in to comment.