Skip to content

Commit

Permalink
chore: apply changes after linting [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and github-actions[bot] committed Dec 4, 2024
1 parent f10344d commit 3d1d378
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions projects/demo/src/modules/components/tree/examples/8/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@

.wrapper {
position: relative;
width: 100%;
inline-size: 100%;
}

.content {
width: 100%;
display: flex;
inline-size: 100%;
align-items: center;
}

.tiles {
width: 100%;
inline-size: 100%;
grid-template-rows: 1.5rem;
}

.drop {
width: 100%;
position: absolute;
height: 0.5rem;
z-index: 1;
inline-size: 100%;
block-size: 0.5rem;
margin-top: -0.25rem;
background: #87ceeb;
border-radius: 1rem;
opacity: 0;
z-index: 1;
pointer-events: none;
}

0 comments on commit 3d1d378

Please sign in to comment.