Skip to content
Snippets Groups Projects
Commit 255f50d0 authored by Christophe Matthieu's avatar Christophe Matthieu
Browse files

[FIX] website: layout of the snippet list for large screen

parent 5abcff85
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,9 @@
border: 0;
}
#oe_snippets .tab-content {
margin-right: 120px;
display: inline-block;
white-space: nowrap;
white-space: normal;
background: black;
}
#oe_snippets .tab-content > div {
......@@ -71,7 +72,7 @@
}
.oe_snippet {
float: left;
display: inline-block;
vertical-align: top;
width: 93px;
margin-left: 1px;
......
......@@ -40,8 +40,9 @@
.pill-content
border: 0
.tab-content
margin-right: 120px
display: inline-block
white-space: nowrap
white-space: normal
background: black
> div
background: rgb(0,0,0)
......@@ -57,7 +58,7 @@
@include transform-origin(50% 50%)
.oe_snippet
float: left
display: inline-block
vertical-align: top
width: 93px
margin-left: 1px
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment