-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add button to fill last used items into new restriction
- Loading branch information
1 parent
6df403f
commit 2712549
Showing
3 changed files
with
28 additions
and
7 deletions.
There are no files selected for viewing
13 changes: 12 additions & 1 deletion
13
components/Flipper/FlipRestrictionList/NewRestriction/NewRestriction.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
.newRestrictionSearchbar { | ||
.newRestrictionSearchbarContainer { | ||
margin-top: 20px; | ||
} | ||
|
||
.newRestrictionSearchbarContainer{ | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
gap: 10px; | ||
} | ||
|
||
.multiSearch { | ||
flex: 1; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters