diff --git a/web/static/index.html b/web/static/index.html index bec21c3..08addef 100644 --- a/web/static/index.html +++ b/web/static/index.html @@ -122,6 +122,8 @@ .el-card { border: none; border-radius: 12px; } .el-button--mini, .el-button--small { border-radius: 8px; } + .spam-tooltip { max-width: min(720px, calc(100vw - 48px)); word-break: break-word; line-height: 1.45; } + @media (max-width: 900px) { .spam-tooltip { max-width: calc(100vw - 32px); } } @media (max-width: 1200px) and (min-width: 901px) { .main-grid { height: calc(100vh - 54px - 10px - 54px - 10px - 220px - 84px); } @@ -219,7 +221,7 @@