Defect #43509 » 43509.patch
| app/assets/stylesheets/application.css | ||
|---|---|---|
| 1928 | 1928 |
.contextual>*:not(:first-child), .buttons>.icon:not(:first-child), .contextual .journal-actions>*:not(:first-child) { margin-left: 5px; }
|
| 1929 | 1929 | |
| 1930 | 1930 |
div.issue .avatar {
|
| 1931 |
float: left; |
|
| 1932 |
margin: 0 12px 6px 0; |
|
| 1931 |
float: inline-start; |
|
| 1932 |
margin: 0; |
|
| 1933 |
margin-inline-end: 12px; |
|
| 1933 | 1934 |
} |
| 1934 | 1935 | |
| 1935 | 1936 |
div.avatar-with-child {
|
- « Previous
- 1
- 2
- 3
- Next »