Skip to content

Commit

Permalink
fix lane title when lane is collapsing
Browse files Browse the repository at this point in the history
  • Loading branch information
pryley committed Dec 31, 2023
1 parent a01a3cd commit 48b67ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/modules/Integrations/kanban/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ body:not(.is-mobile):not(.anp-hide-status-bar) .kanban-plugin__board > div {
}
&__lane-title p {
font-weight: 500;
white-space: nowrap;
}
&__lane-title-count {
margin-right: 5px;
Expand Down
6 changes: 1 addition & 5 deletions src/modules/Integrations/kanban/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,14 @@
width: 44px !important;
.kanban-plugin__lane-header-wrapper {
gap: 5px;
margin-top: 3px;
position: absolute;
transform-origin: 20px 20px;
transform-origin: 18px 22px;
transform: rotate(90deg);
z-index: 1;
}
.kanban-plugin__lane-grip {
transform: rotate(-90deg);
}
.kanban-plugin__lane-title {
white-space: nowrap;
}
.kanban-plugin__lane-settings-button-wrapper {
display: none;
}
Expand Down

0 comments on commit 48b67ba

Please sign in to comment.