Skip to content

Commit

Permalink
fix(style): max width for content of info
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester-pari committed Dec 9, 2024
1 parent 40f0993 commit 61058ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions elements/layercontrol/src/components/layer-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,9 @@ export class EOxLayerControlLayerTools extends LitElement {
[slot=opacity-content] {
padding: 12px 6px;
}
[slot=info-content] * {
max-width: 100%;
}
`;
}

Expand Down

0 comments on commit 61058ea

Please sign in to comment.