We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4ae42 commit 7709c88Copy full SHA for 7709c88
src/Pages/Home/JwtDecoder/JwtDecoder.cshtml
@@ -1,4 +1,4 @@
1
-@page "~/jwt-decoder"
+@page "~/jwt-decoder"
2
@model IdentityServerHost.Pages.Home.JwtDecoder
3
4
<div class="jwt-decoder-page">
@@ -29,7 +29,7 @@
29
Show claim information
30
</label>
31
</div>
32
- <div class="custom-control custom-switch custom-control-inline">
+ <div class="custom-control custom-switch custom-control-inline d-none d-md-inline-flex">
33
<input class="custom-control-input" type="checkbox" id="togglePresenterMode">
34
<label class="custom-control-label" for="togglePresenterMode">
35
Presenter mode
0 commit comments