Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
iTasks-SDK
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
74
Issues
74
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
iTasks-SDK
Commits
10850e1c
Commit
10850e1c
authored
Jun 15, 2019
by
Steffen Michels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change formatting of error tooltip
parent
2c482b7a
Pipeline
#25371
failed with stage
in 58 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Libraries/iTasks/Extensions/Editors/DynamicEditor.icl
Libraries/iTasks/Extensions/Editors/DynamicEditor.icl
+2
-2
Libraries/iTasks/UI/WebPublic/css/itasks.css
Libraries/iTasks/UI/WebPublic/css/itasks.css
+1
-1
No files found.
Libraries/iTasks/Extensions/Editors/DynamicEditor.icl
View file @
10850e1c
...
...
@@ -559,8 +559,8 @@ where
_
=
Error
$
concat
[
"
\"
"
,
toString
(
argOf
$
typeCodeOfDynamic
cons
),
"
\"
and
\"
"
,
toString
(
typeCodeOfDynamic
nextArg
)
,
"
\"
cannot be unified."
[
"
Could not unify
\n
"
,
toString
(
argOf
$
typeCodeOfDynamic
cons
),
"
\n
with
\n
"
,
toString
(
typeCodeOfDynamic
nextArg
)
]
childValueOf
::
!(!
EditState
,
!
E
)
->
Maybe
Dynamic
...
...
Libraries/iTasks/UI/WebPublic/css/itasks.css
View file @
10850e1c
...
...
@@ -272,7 +272,7 @@ div.itasks-exception {
padding
:
8px
10px
;
font-size
:
12px
;
line-height
:
12px
;
white-space
:
nowrap
;
white-space
:
pre
;
box-shadow
:
4px
4px
8px
rgba
(
0
,
0
,
0
,
0.3
);
}
*
.itasks-viewport
[
data-tooltip
]
:before
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment