File tree Expand file tree Collapse file tree 1 file changed +14
-17
lines changed Expand file tree Collapse file tree 1 file changed +14
-17
lines changed Original file line number Diff line number Diff line change 12
12
13
13
.proposalCreator {
14
14
width : auto ;
15
- min-width : 145 px ;
15
+ min-width : 120 px ;
16
16
padding-left : 7px ;
17
17
cursor : default ;
18
18
}
25
25
26
26
.endDate {
27
27
color : $gray-1 ;
28
+ max-width : 100px ;
28
29
}
29
30
30
31
.plugin {
31
32
color : $gray-1 ;
33
+ max-width : 120px ;
34
+ text-overflow : ellipsis ;
35
+ white-space : nowrap ;
36
+ overflow : hidden ;
32
37
}
33
38
34
39
.title {
35
- color : rgba (80 , 97 , 118 , 1.000 );
40
+ color : $gray-3 ;
41
+ max-width : 130px ;
42
+ text-overflow : ellipsis ;
43
+ white-space : nowrap ;
44
+ overflow : hidden ;
36
45
37
46
a {
38
- color : rgba ( 80 , 97 , 118 , 1.000 ) ;
47
+ color : $gray-3 ;
39
48
}
40
49
41
50
a :visited {
42
- color : rgba ( 80 , 97 , 118 , 1.000 ) ;
51
+ color : $gray-3 ;
43
52
}
44
53
}
45
54
85
94
}
86
95
87
96
.myActions {
88
- color : rgba ( 80 , 97 , 118 , 1.000 ) ;
97
+ color : $gray-3 ;
89
98
padding-top : 10px ;
90
99
text-align : center ;
91
100
}
137
146
font-size : 13px ;
138
147
}
139
148
140
- .closeReason {
141
-
142
- }
143
-
144
- .votes {
145
-
146
- }
147
-
148
- .predictions {
149
-
150
- }
151
-
152
149
.closeReason .decisionReason {
153
150
display : block ;
154
151
}
You can’t perform that action at this time.
0 commit comments