1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: error when launching queries without a result from query tabs

This commit is contained in:
2020-09-03 13:44:58 +02:00
parent 801a0de186
commit a1a6f51f2f
4 changed files with 65 additions and 48 deletions

View File

@ -201,6 +201,7 @@ export default {
max-width: 320px;
pointer-events: none;
text-overflow: ellipsis;
overflow: hidden;
transition: opacity 0.2s;
}