mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
[PR #477] [MERGED] fix: menu overflow in small screens #547
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/conventional-commits/conventionalcommits.org/pull/477
Author: @lorenzodianni
Created: 10/27/2022
Status: ✅ Merged
Merged: 10/27/2022
Merged by: @damianopetrungaro
Base:
master← Head:fix/menu-overflow📝 Commits (1)
c3a1cc8fix: menu overflow in small screens📊 Changes
5 files changed (+48 additions, -5 deletions)
View changed files
📝
themes/conventional-commits/static/css/scss/abstracts/_mixins.scss(+7 -0)📝
themes/conventional-commits/static/css/scss/abstracts/_variables.scss(+3 -1)📝
themes/conventional-commits/static/css/scss/components/_dropdown.scss(+9 -4)📝
themes/conventional-commits/static/css/scss/layout/_header.scss(+24 -0)📝
themes/conventional-commits/static/css/scss/layout/_welcome.scss(+5 -0)📄 Description
Fixed an overflow problem on small screens
Bug

Fix

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.