diff --git a/webapp/src/components/calendar/fullcalendar.scss b/webapp/src/components/calendar/fullcalendar.scss index 32f8ac552..7a040a550 100644 --- a/webapp/src/components/calendar/fullcalendar.scss +++ b/webapp/src/components/calendar/fullcalendar.scss @@ -32,7 +32,12 @@ .octo-icon { font-size: 16px; - margin-right: 8px; + margin-right: 2px; + display: flex; + align-items: center; + justify-content: center; + width: 20px; + height: 20px; } } diff --git a/webapp/src/components/kanban/kanbanCard.scss b/webapp/src/components/kanban/kanbanCard.scss index f7e1c35c0..fa75e0ac1 100644 --- a/webapp/src/components/kanban/kanbanCard.scss +++ b/webapp/src/components/kanban/kanbanCard.scss @@ -60,7 +60,12 @@ .octo-icon { font-size: 16px; - margin-right: 8px; + margin-right: 4px; + display: flex; + align-items: center; + justify-content: center; + width: 20px; + height: 20px; } } diff --git a/webapp/src/components/table/table.scss b/webapp/src/components/table/table.scss index 40762abb6..64718d406 100644 --- a/webapp/src/components/table/table.scss +++ b/webapp/src/components/table/table.scss @@ -108,6 +108,13 @@ .octo-icon { min-width: 20px; margin-top: 3px; + font-size: 16px; + margin-right: 4px; + display: flex; + align-items: center; + justify-content: center; + width: 20px; + height: 20px; } .Editable {