Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit ba034a8

Browse files
author
george
committed
[Version 5.2.1] Fix overflowing of modal and dropdown menu components
using text zoom.
1 parent 0de5604 commit ba034a8

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

app/docs/download.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ The quickest way to use Undernet is to link the bundled js and minified css usin
77
```html
88
<link
99
rel="stylesheet"
10-
href="https://cdn.jsdelivr.net/npm/undernet@5.2.0/dist/undernet.min.css"
11-
integrity="sha256-XXDTsJpuYqy/37uBoiAWPStMFbKeVc+njULGGaVAvoU="
10+
href="https://cdn.jsdelivr.net/npm/undernet@5.2.1/dist/undernet.min.css"
11+
integrity="sha256-NrLLg3IsOypW6aWBpH8EC628QsnbCPaAps81ovqs3gs="
1212
crossorigin="anonymous"
1313
/>
1414
```
1515

1616
```html
1717
<script
1818
type="text/javascript"
19-
src="https://cdn.jsdelivr.net/npm/undernet@5.2.0/dist/undernet.bundle.min.js"
20-
integrity="sha256-pjj7UK9fZGccXn3mHQLvAO2pxvqbLuKz/f0aED1fH84="
19+
src="https://cdn.jsdelivr.net/npm/undernet@5.2.1/dist/undernet.bundle.min.js"
20+
integrity="sha256-RFH9J8rSTYHZauB9opYKzZtzpDzFRoj3BGB4wwHhb9c="
2121
crossorigin="anonymous"
2222
></script>
2323
<script type="text/javascript">

dist/undernet.css.zip

45 Bytes
Binary file not shown.

dist/undernet.js.zip

0 Bytes
Binary file not shown.

dist/undernet.modules.js.zip

0 Bytes
Binary file not shown.

dist/undernet.scss.zip

29 Bytes
Binary file not shown.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "undernet",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"homepage": "https://undernet.io",
55
"description": "A modular, configuration-first front-end framework. No strings.",
66
"author": "George Treviranus",

0 commit comments

Comments
 (0)