-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: #238 Update total count section styling in Developer Traffic Ta…
…ble (#279) * fix: Fix developer traffic chart loading issues * fix: Remove redundant codes * fix: Update testing snapshots * fix: Revert admin stats test snapshot * feat: #238 - Fix ui issues in analytics page * feat: #238 - Add total traffic count label * feat: #238 - Update test - Fix general UI issues * feat: #238 - Update analytics page test * feat: #238 - Add test for anonymous funcs - Update hooks lint rules * feat: #238 - Temporarily disabled rules of hooks lint * feat: #238 - Update api traffic table styling
- Loading branch information
Showing
4 changed files
with
28 additions
and
8 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,8 @@ | |
font-size: 1rem; | ||
margin: 1rem 0; | ||
} | ||
.totalApiCountWrapper { | ||
@media (min-width: 480px) { | ||
width: 300px; | ||
} | ||
} |