File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
templates/martor/bootstrap Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,7 @@ body.overflow {
3232}
3333
3434.martor-toolbar {
35- position : absolute;
3635 z-index : 100 ;
37- right : 0 ;
38- top : 0 ;
3936}
4037.enable-living .martor-toolbar {
4138 position : relative;
Original file line number Diff line number Diff line change 11{% load i18n %}
22
3- < div class ="btn-toolbar float-end martor-toolbar " role ="toolbar " aria-label ="{% trans 'Martor Toolbar Buttons' %} ">
4- < div class ="btn-group btn-group-sm " role ="group " aria-label ="First group ">
3+ < div class ="btn-toolbar float-end martor-toolbar ms-lg-auto " role ="toolbar " aria-label ="{% trans 'Martor Toolbar Buttons' %} ">
4+ < div class ="btn-group btn-group-sm flex-wrap " role ="group " aria-label ="First group ">
55
66 {% if 'bold' in toolbar_buttons %}
77 < span class ="btn btn-light markdown-selector markdown-bold " title ="{% trans 'Bold' %} (Ctrl+B) ">
You can’t perform that action at this time.
0 commit comments