17 lines
246 B
CSS
17 lines
246 B
CSS
.atto_emoticon_map ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
display: table;
|
|
width: 100%;
|
|
}
|
|
|
|
.atto_emoticon_map li {
|
|
display: table-row;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.atto_emoticon_map li div {
|
|
display: table-cell;
|
|
padding: 0 1em;
|
|
}
|