Skip to content

Commit

Permalink
fix(styles.scss): profile right table styling
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineLemarchand committed Apr 30, 2024
1 parent e2b9128 commit fa6f204
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1167,10 +1167,11 @@ table {
z-index: 1;
text-align: left;
font-size: 11px;
max-width: 950px;
width: 100%;
border-spacing: 0;
box-shadow: 0px 1px 2px 1px #999;
width: 100%;
display: block;
overflow-x: auto;
}

.ui-tabs .tab_cadre_fixehov {
Expand Down

0 comments on commit fa6f204

Please sign in to comment.