add code block width
This commit is contained in:
parent
a442f77851
commit
e17544d168
@ -195,6 +195,7 @@
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: @cryptpad_color_light_grey;
|
background-color: @cryptpad_color_light_grey;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
color: @cryptpad_text_col;
|
color: @cryptpad_text_col;
|
||||||
|
|||||||
@ -64,7 +64,7 @@ define([
|
|||||||
Messages.kanban_tags = "Filter tags"; // XXX
|
Messages.kanban_tags = "Filter tags"; // XXX
|
||||||
Messages.kanban_noTags = "No tags"; // XXX
|
Messages.kanban_noTags = "No tags"; // XXX
|
||||||
Messages.kanban_conflicts = "Currently editing:"; // XXX
|
Messages.kanban_conflicts = "Currently editing:"; // XXX
|
||||||
Messages.kanban_clearFilter = "clear filter" // XXX
|
Messages.kanban_clearFilter = "clear filter"; // XXX
|
||||||
|
|
||||||
// XXX
|
// XXX
|
||||||
// Conflicts
|
// Conflicts
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user