diff options
author | Danijel Anđelković <adanijel99@gmail.com> | 2022-05-20 02:25:15 +0200 |
---|---|---|
committer | Danijel Anđelković <adanijel99@gmail.com> | 2022-05-20 02:25:15 +0200 |
commit | 05aaef1e6fc0431206994b0fc18d470a84e650c1 (patch) | |
tree | 86fb64825c85d28ffc06e571085d210d794f40d1 /frontend/src/styles/helper.css | |
parent | 423faeef851d141d02cbebb59be1d9f9e2c2a9d1 (diff) |
Popravio tooltipove chartova tako da nisu odseceni unutar kolona.
Diffstat (limited to 'frontend/src/styles/helper.css')
-rw-r--r-- | frontend/src/styles/helper.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/frontend/src/styles/helper.css b/frontend/src/styles/helper.css index 971a2ed6..155fc3e1 100644 --- a/frontend/src/styles/helper.css +++ b/frontend/src/styles/helper.css @@ -142,4 +142,12 @@ select:-webkit-autofill { a { color: var(--ns-accent) !important; +} + +.clearfix:after { + content: "\0020"; + display: block; + height: 0; + clear: both; + visibility: hidden; }
\ No newline at end of file |