double select button center

center button by putting the p as display flex and justify content center
This commit is contained in:
Louis
2020-11-16 15:04:04 +01:00
parent 12c9b762c5
commit b061418ed4
+3 -1
View File
@@ -4866,4 +4866,6 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
background-color: #ff9b32;
color: white;
text-decoration: none;
}
}
.doubleSelect p {display:flex; justify-content: center;}