Skip to content

Commit

Permalink
Add nowrap to skillset header
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin481 committed May 23, 2024
1 parent 4776321 commit cc192d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/skills/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%div.bg-white.w-100.d-flex.justify-content-center
= render("header")
%div.w-100.margin-header.mt-4
.row.bg-light-subtle.border.border-top.pt-5.mt-5.border-5.border-secondary.border-top-0.border-start-0.border-end-0.position-fixed.w-80
.row.bg-light-subtle.border.border-top.pt-5.mt-5.border-5.border-secondary.border-top-0.border-start-0.border-end-0.position-fixed.w-80.text-nowrap
.col-2.d-flex.align-items-center
%strong= t "skills.table.skill"
.col-1.bg-secondary-subtle.d-flex.align-items-center
Expand Down

0 comments on commit cc192d9

Please sign in to comment.