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
fixed styling GameCard
master
GAM
4 years ago
parent
24db51375f
commit
e8f90de08f
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/GameCard.java
+ 1
- 1
src/main/java/app/views/match/components/GameCard.java
View File
@ -27,7 +27,7 @@ public class GameCard extends Div {
this
.
gameImageService
=
gameImageService
;
this
.
game
=
game
;
addClassName
(
"
wrapper
"
)
;
addClassName
(
"
card
"
)
;
addClassName
(
"game-card"
)
;
defineInner
(
)
;
Write
Preview
Loading…
Cancel
Save