Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
retypos-server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eterfund
retypos-server
Commits
7d669ad3
Commit
7d669ad3
authored
May 21, 2018
by
Георгий Попов
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Задача 12794] Немного исправил верстку карточек с опечатками
parent
28136371
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
index.jsx
cp/javascript/src/components/Typo/index.jsx
+1
-1
style.css
cp/javascript/src/components/Typo/style.css
+5
-0
No files found.
cp/javascript/src/components/Typo/index.jsx
View file @
7d669ad3
...
@@ -35,7 +35,7 @@ export default class Typo extends Component {
...
@@ -35,7 +35,7 @@ export default class Typo extends Component {
<
CardBody
>
<
CardBody
>
<
CardTitle
><
del
>
{
typo
.
originalText
}
</
del
>
-
>
{
typo
.
correctedText
}
</
CardTitle
>
<
CardTitle
><
del
>
{
typo
.
originalText
}
</
del
>
-
>
{
typo
.
correctedText
}
</
CardTitle
>
<
CardText
>
{
typo
.
context
}
</
CardText
>
<
CardText
>
<
div
>
{
typo
.
context
}
</
div
>
</
CardText
>
<
div
className=
"card-buttons"
>
<
div
className=
"card-buttons"
>
<
div
className=
"buttons-wrapper"
>
<
div
className=
"buttons-wrapper"
>
...
...
cp/javascript/src/components/Typo/style.css
View file @
7d669ad3
...
@@ -25,4 +25,8 @@
...
@@ -25,4 +25,8 @@
position
:
absolute
;
position
:
absolute
;
right
:
10px
;
right
:
10px
;
top
:
12px
;
top
:
12px
;
}
.TypoCard
.card-text
{
min-height
:
100px
;
}
}
\ No newline at end of file
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