1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Revert unwanted change (#21808).

git-svn-id: https://svn.redmine.org/redmine/trunk@23219 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2024-11-06 23:26:19 +00:00
parent 5bbab5f8e6
commit 0796c5d50e

View File

@ -177,7 +177,7 @@ pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
#content { flex-grow: 1; background-color: #fff; margin: 0px; padding: 10px 16px 10px 16px; overflow-x: auto;}
#main.nosidebar #sidebar { width: 0; padding-right: 0 }
#main.nosidebar #sidebar { display: none; }
#main.collapsedsidebar #sidebar { width: 0; padding-right: 0 }
#main.collapsedsidebar #sidebar-wrapper { display: none; }