Skip to content

Commit 8824343

Browse files
committed
indent large signatures on new line
1 parent 6c7ac42 commit 8824343

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

elm-git.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"git-dependencies": {
33
"direct": {
4-
"https://github.com/unisonweb/ui-core": "e099df41d2fcd1423570e134ef40e6b6d6f7767b"
4+
"https://github.com/unisonweb/ui-core": "a637df03ea1cb59ae2899a4e68d74c0e4195d402"
55
},
66
"indirect": {}
77
}

src/css/code2/workspace/workspace-definition-item-card.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@
123123

124124
& .definition-source {
125125
overflow: auto;
126+
127+
& .term-signature .large-signature {
128+
margin-left: 2ch;
129+
}
126130
}
127131

128132
& .foldable-source {

0 commit comments

Comments
 (0)