Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
spot-web-app
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Spot
spot-web-app
Commits
9f2868f2
Commit
9f2868f2
authored
Oct 03, 2018
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve layout of unabbrev checkboxes
parent
25a60ff8
Pipeline
#3993
passed with stage
in 1 minute and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
client/src/LtlApp.js
client/src/LtlApp.js
+9
-7
No files found.
client/src/LtlApp.js
View file @
9f2868f2
...
...
@@ -140,15 +140,16 @@ const styles = theme => ({
color
:
theme
.
palette
.
common
.
white
}
},
unabbrevbox
:
{
height
:
"
auto
"
,
width
:
"
auto
"
,
paddingLeft
:
"
5px
"
unabbrevboxroot
:
{
marginRight
:
"
10px
"
,
},
unabbrevboxlabel
:
{
marginLeft
:
"
-10px
"
,
},
unabbrevlabel
:
{
...
theme
.
typography
.
body1
,
paddingLeft
:
"
10
px
"
,
paddingRight
:
"
1
5
px
"
paddingLeft
:
"
8
px
"
,
paddingRight
:
"
1
0
px
"
},
parseerror
:
{
color
:
theme
.
palette
.
error
.
main
...
...
@@ -602,9 +603,10 @@ class LtlUnabbrevOptions extends React.Component {
disabled
=
{
syntaxId
===
1
&&
"
MW^
"
.
indexOf
(
key
)
>=
0
}
onChange
=
{
this
.
props
.
handleChangeLtlUnabbrev
(
key
)}
color
=
"
primary
"
className
=
{
this
.
props
.
classes
.
unabbrevbox
}
/>
}
classes
=
{{
root
:
this
.
props
.
classes
.
unabbrevboxroot
,
label
:
this
.
props
.
classes
.
unabbrevboxlabel
}}
label
=
{
<
code
>
{
values
[
1
][
syntaxId
]}
<
/code>
}
/>
);
...
...
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