This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
martin
/
schachliga-deluxe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix styling EditMatchCard
master
GAM
4 years ago
parent
6f71c9cf96
commit
73c2aee759
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/main/java/app/views/match/components/EditMatchCard.java
+ 1
- 1
src/main/java/app/views/match/components/EditMatchCard.java
View File
@ -61,7 +61,7 @@ public class EditMatchCard extends VerticalLayout {
private
void
defineLayout
(
)
{
setAlignItems
(
FlexComponent
.
Alignment
.
CENTER
)
;
setWidth
(
""
)
;
addClassName
(
"
wrapper
"
)
;
addClassName
(
"
card
"
)
;
add
(
chessComButton
)
;
defineTextFields
(
)
;
Write
Preview
Loading…
Cancel
Save