Skip to content

Commit

Permalink
style: update text and style for reactive URL switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent-Bouisset committed Mar 8, 2024
1 parent e7685f2 commit 1a7da65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demo/full/scripts/controllers/ContentList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ function ContentList({
onChange={onIsReactiveURLEnabledChange}
name="enableReactiveUrl"
>
Reactive URL
Store config in URL
</Checkbox>

{isLocalContent ? (
Expand Down
2 changes: 2 additions & 0 deletions demo/full/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,8 @@ header .right {
padding-right: 5px;
text-align: center;
text-wrap: nowrap;
height: 41px;
box-sizing: border-box;
}

.enable-reactive-url > label:first-child {
Expand Down

0 comments on commit 1a7da65

Please sign in to comment.