diff options
| author | Larvan2 <[email protected]> | 2023-05-09 23:35:04 +0800 |
|---|---|---|
| committer | Larvan2 <[email protected]> | 2023-05-09 23:35:04 +0800 |
| commit | 7bae5674a1c5d5b97d632bbcc6c6a423632d3205 (patch) | |
| tree | dd0a41d203800269ae6653c30914302c65ef861a /src/components/Rule.module.scss | |
| parent | 95aaf0f61c12bdce07ed32508d224cf3b3db961c (diff) | |
add geoip size
Diffstat (limited to 'src/components/Rule.module.scss')
| -rw-r--r-- | src/components/Rule.module.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/Rule.module.scss b/src/components/Rule.module.scss index e259658..75fb76a 100644 --- a/src/components/Rule.module.scss +++ b/src/components/Rule.module.scss @@ -40,10 +40,9 @@ .size { width: 110px; - color: #3b5f76a1; } .payloadAndSize { - display: inline-flex; + display: flex; align-items: center; } |
