diff options
Diffstat (limited to 'src/css')
| -rw-r--r-- | src/css/index.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/css/index.css b/src/css/index.css index 858182d..a2ef454 100644 --- a/src/css/index.css +++ b/src/css/index.css | |||
| @@ -117,13 +117,12 @@ body { | |||
| 117 | } | 117 | } |
| 118 | } | 118 | } |
| 119 | 119 | ||
| 120 | .container__suggestion { | 120 | .suggestion { |
| 121 | display: flex; | 121 | display: flex; |
| 122 | overflow: hidden; | 122 | overflow: hidden; |
| 123 | justify-content: space-between; | 123 | justify-content: space-between; |
| 124 | align-items: center; | 124 | align-items: center; |
| 125 | height: fit-content; | 125 | max-width: 700px; |
| 126 | min-height: 2rem; | ||
| 127 | 126 | ||
| 128 | cursor: pointer; | 127 | cursor: pointer; |
| 129 | white-space: nowrap; | 128 | white-space: nowrap; |