Ensure we set the correct display type on the app actions
This commit is contained in:
+2
-1
@@ -248,6 +248,7 @@ h1, h2, h3 {
|
||||
.app-grid {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.grid-item {
|
||||
@@ -284,7 +285,7 @@ h1, h2, h3 {
|
||||
}
|
||||
|
||||
.grid-item-actions {
|
||||
display: none;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
right: -10px;
|
||||
|
||||
Reference in New Issue
Block a user