Skip to content

Commit d1e2d69

Browse files
committed
fix: text-alignment of sdpi-item label
1 parent bd49602 commit d1e2d69

File tree

5 files changed

+747
-688
lines changed

5 files changed

+747
-688
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,7 @@ obj
117117
# TypeScript
118118
src/**/*.js*
119119
.gitignore
120-
dist/**/*.txt
120+
dist/**/*.txt
121+
122+
# Local
123+
example/pi/sdpi-components.js.map

example/pi/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33

44
<head lang="en-gb">
55
<meta charset="utf-8" />
6+
<!--
67
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v2/dist/sdpi-components.js"></script>
8+
-->
9+
<script src="sdpi-components.js"></script>
710
<script type="text/javascript">
811
SDPIComponents.i18n.locales = {
912
en: {

0 commit comments

Comments
 (0)