We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e498e1d commit 7a43311Copy full SHA for 7a43311
1 file changed
client/resources/stylesheets/ui/operations.less
@@ -11,7 +11,8 @@
11
.operation-item {
12
padding: 5px 10px;
13
background: #ffffd6;
14
- border-top: 1px solid #ccc;
+ border: 1px solid #ccc;
15
+ border-bottom: 0px;
16
cursor: pointer;
17
text-overflow: ellipsis;
18
overflow: hidden;
0 commit comments