1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-10 23:49:25 +00:00

add snippet list

This commit is contained in:
Rokt33r
2015-05-28 13:35:42 +09:00
parent c83e542ea0
commit bf560c207d
22 changed files with 1183 additions and 131 deletions

View File

@@ -46,3 +46,9 @@ label{
overflow-x: hidden;
overflow-y: auto;
}
.inline-form-control{
@extend .form-control;
width: auto;
display: inline-block;
}