Skip to content

Commit

Permalink
fix: text-alignment of sdpi-item label
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekyEggo committed Aug 13, 2024
1 parent bd49602 commit d1e2d69
Show file tree
Hide file tree
Showing 5 changed files with 747 additions and 688 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,7 @@ obj
# TypeScript
src/**/*.js*
.gitignore
dist/**/*.txt
dist/**/*.txt

# Local
example/pi/sdpi-components.js.map
3 changes: 3 additions & 0 deletions example/pi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

<head lang="en-gb">
<meta charset="utf-8" />
<!--
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v2/dist/sdpi-components.js"></script>
-->
<script src="sdpi-components.js"></script>
<script type="text/javascript">
SDPIComponents.i18n.locales = {
en: {
Expand Down
Loading

0 comments on commit d1e2d69

Please sign in to comment.