Skip to content

Commit

Permalink
fix(flat-components): add width value for avoid content dislocation w…
Browse files Browse the repository at this point in the history
…hen cover resource not loaded (#1039)

Co-authored-by: Black-Hole <158blackhole@gmail.com>
  • Loading branch information
Cheerego7 and BlackHole1 committed Oct 27, 2021
1 parent d0c4fd2 commit 508bfdb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

.login-panel-cover {
height: 100%;
width: 50%;
overflow: hidden;
}

Expand Down

0 comments on commit 508bfdb

Please sign in to comment.