Reduced font-size of outline numbers.
This commit is contained in:
parent
cc5ff21005
commit
875b7b2ddd
@ -352,7 +352,9 @@ angular.module('OpenSlidesApp.core.site', [
|
||||
lineNumberObject = {
|
||||
width: 20,
|
||||
text: lineNumberOutline,
|
||||
color: "gray"
|
||||
color: "gray",
|
||||
fontSize: 8,
|
||||
margin: [0, 2, 0, 0]
|
||||
},
|
||||
col = {
|
||||
columns: [
|
||||
|
Loading…
Reference in New Issue
Block a user