mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 19:19:13 +00:00
Fix vertical padding in tooltip
This commit is contained in:
@@ -14,6 +14,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
|
||||
- Added `vscode.html-custom-data.json` to the build to support IntelliSense (see [the usage section](/getting-started/usage#code-completion) for details)
|
||||
- Added a style to prevent FOUC before components are defined
|
||||
- Fixed bug where TypeScript types weren't being generated [#364](https://github.com/shoelace-style/shoelace/pull/364)
|
||||
- Improved vertical padding in `sl-tooltip`
|
||||
- Moved chunk files into a separate folder
|
||||
- Updated esbuild to 0.8.54
|
||||
|
||||
|
||||
@@ -277,7 +277,7 @@
|
||||
--sl-tooltip-font-weight: var(--sl-font-weight-normal);
|
||||
--sl-tooltip-font-size: var(--sl-font-size-small);
|
||||
--sl-tooltip-line-height: var(--sl-line-height-dense);
|
||||
--sl-tooltip-padding: var(--sl-spacing-xxx-small) var(--sl-spacing-x-small);
|
||||
--sl-tooltip-padding: var(--sl-spacing-xx-small) var(--sl-spacing-x-small);
|
||||
--sl-tooltip-arrow-size: 5px;
|
||||
--sl-tooltip-arrow-start-end-offset: 8px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user