Skip to content
Snippets Groups Projects
Commit 41fdd6a6 authored by Olimpia Magliulo's avatar Olimpia Magliulo
Browse files

Fix layout for clipboard button for RTL-languages

parent 32da9791
No related branches found
No related tags found
No related merge requests found
...@@ -99,6 +99,12 @@ fieldset.fancyfieldset legend { ...@@ -99,6 +99,12 @@ fieldset.fancyfieldset legend {
.message-box.success{ .message-box.success{
border-right-color: #46cc48; border-right-color: #46cc48;
} }
.code-box-title .clipboard-btn {
right: auto;
left: 0;
margin-left: 4px;
margin-right: auto;
}
/*selectize elements*/ /*selectize elements*/
div .item{ div .item{
......
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