10 lines
250 B
CSS
10 lines
250 B
CSS
.stories-authors .ui-table-field-image {
|
|
border-radius: 50px;
|
|
}
|
|
.stories-authors .ui-table-cell[table-field=avatarId] {
|
|
padding: 12px;
|
|
padding-left: 20px;
|
|
}
|
|
.stories-authors .ui-table-cell[table-field=name] {
|
|
border-left-color: transparent;
|
|
} |