We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed6577 commit 0ead559Copy full SHA for 0ead559
web_src/less/_repository.less
@@ -2965,8 +2965,11 @@ tbody.commit-list {
2965
}
2966
2967
.repo-buttons {
2968
- display: flex;
2969
align-items: center;
+ display: flex;
2970
+ flex-direction: row;
2971
+ flex-wrap: wrap;
2972
+ word-break: keep-all;
2973
2974
@media @mediaSm {
2975
margin-top: 1em;
@@ -3011,6 +3014,11 @@ tbody.commit-list {
3011
3014
pointer-events: none !important;
3012
3015
3013
3016
3017
+ @media @mediaSm {
3018
+ .svg {
3019
+ display: none;
3020
+ }
3021
3022
3023
3024
.tag-code {
0 commit comments