Skip to content

Commit

Permalink
fix: font size for Cybersecurity card to match hover boundaries. (#84)
Browse files Browse the repository at this point in the history
* fix font size for all cards to match hover boundaries

* make title wrap

* add text overflow ellipsis + hidden overflow
  • Loading branch information
dimbonix authored Dec 7, 2024
1 parent 7814ada commit a223258
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion boards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,7 @@ boards:
is_visible: true
is_private: false
curator:
name: Кибербезопасность
name: Кибер-безопасность
url: от %username%
avatar: https://i.vas3k.ru/j62.jpg
bio: Подборка ресурсов по кибербезопасности
Expand Down
2 changes: 2 additions & 0 deletions static/css/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@
line-height: 115%;
margin: 10px 0 5px;
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
}

.landing-board-title {
Expand Down

0 comments on commit a223258

Please sign in to comment.