We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f02360 commit 271c54dCopy full SHA for 271c54d
_static/css/custom.css
@@ -13,4 +13,32 @@
13
14
.wy-table-responsive {
15
overflow: visible !important;
16
+}
17
+
18
19
+.wrapper {
20
+ position: relative;
21
+ display: inline-block;
22
+ width: 100%;
23
+ height: 40px;
24
25
26
+.description {
27
+ width: 95%;
28
+ text-overflow: clip;
29
+ display: -webkit-box;
30
+ overflow: hidden;
31
+ -webkit-line-clamp: 1;
32
+ -webkit-box-orient: vertical;
33
34
35
36
+.btn {
37
+ /* margin: 0; padding: 0 0 0 -30px; */
38
+ background-color: transparent; border-width: 0; outline-width: 0;
39
+ font-size: 20px; color: #2f58df;
40
+ position: absolute;
41
+ /* bottom: 15px; */
42
+ right: 5%;
43
+ cursor: pointer;
44
}
0 commit comments