We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a8997 commit c170cebCopy full SHA for c170ceb
src/renderer/components/DatabaseTable/styles.module.scss
@@ -2,21 +2,20 @@
2
0% {
3
transform: scale(1);
4
background: #e74c3c;
5
- }
+ }
6
50% {
7
transform: scale(1.5);
8
background: #ff7979;
9
10
100% {
11
12
13
14
}
15
16
-
17
.tables {
18
background: var(--color-list-surface);
19
- height: 100%
+ height: 100%;
20
21
22
.header {
@@ -26,9 +25,16 @@
26
25
gap: 10px;
27
align-items: center;
28
cursor: pointer;
+ overflow: hidden;
29
30
span {
31
flex-grow: 1;
32
33
+ text-overflow: ellipsis;
34
+
35
+ i {
36
+ white-space: nowrap;
37
38
39
40
@@ -39,4 +45,4 @@
45
46
border-radius: 50%;
41
47
animation: ping 1s ease-out infinite;
42
-}
48
+}
0 commit comments