Fix repo-editor title border radius

This commit is contained in:
Clement Ho 2017-08-04 10:41:18 +02:00
parent 074b24c659
commit 9afd372e98
1 changed files with 4 additions and 0 deletions

View File

@ -247,6 +247,10 @@
width: 100%;
display: inline-block;
&:first-child {
border-top-left-radius: 2px;
}
.title {
display: inline-block;
font-size: 10px;