Skip to content

Commit

Permalink
fix(component): dropdown-end bug, fix zuramai#31
Browse files Browse the repository at this point in the history
  • Loading branch information
zuramai committed Sep 2, 2021
1 parent bc07eb0 commit 2b0180f
Show file tree
Hide file tree
Showing 73 changed files with 55,360 additions and 52,846 deletions.
3,716 changes: 1,945 additions & 1,771 deletions dist/application-email.html

Large diffs are not rendered by default.

786 changes: 393 additions & 393 deletions dist/application-gallery.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/assets/css/app.css

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions dist/assets/vendors/bootstrap-icons/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8">
<title>bootstrap-icons</title>
Expand All @@ -8,20 +9,24 @@
.icons {
display: grid;
max-width: 100%;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr) );
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
gap: 1.25rem;
}

.icon {
background-color: var(--bs-light);
border-radius: .25rem;
}

.bi {
margin: .25rem;
font-size: 2.5rem;
}

.label {
font-family: var(--bs-font-monospace);
}

.label {
display: inline-block;
width: 100%;
Expand All @@ -36,6 +41,7 @@
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="bootstrap-icons.css">
</head>

<body class="text-center">

<h1>bootstrap-icons</h1>
Expand Down Expand Up @@ -5104,4 +5110,5 @@ <h1>bootstrap-icons</h1>
</div>

</body>
</html>

</html>
Loading

0 comments on commit 2b0180f

Please sign in to comment.