1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

move menu padding from wrapper so menu can have full-width elements

This commit is contained in:
Bruno Windels
2018-10-23 15:22:41 +02:00
parent 7b8e96723e
commit 3f6175527c
3 changed files with 8 additions and 1 deletions

View File

@ -35,7 +35,6 @@ limitations under the License.
background-color: $menu-bg-color;
color: $primary-fg-color;
position: absolute;
padding: 6px;
font-size: 14px;
z-index: 5001;
}