Skip to content

Commit

Permalink
fix: adjust tab title text wrap alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
b-coimbra committed May 25, 2024
1 parent 0a5cc44 commit 34c917c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tabs/tabs.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class Tabs extends Component {
display: flex;
text-transform: uppercase;
overflow-wrap: break-word;
width: 25px;
width: 20px;
height: 250px;
padding: 1em;
margin: auto;
Expand Down

0 comments on commit 34c917c

Please sign in to comment.