muryshev's picture
init
79278ec
raw
history blame contribute delete
299 Bytes
.search_result_item {
.group_info {
overflow: auto;
div {
display: flex;
flex-direction: row;
justify-content: space-around;
padding: 0 20px 0 20px;
}
td {
border-right: 20px solid transparent;
}
padding-top: 10px;
text-align: left;
}
}