mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 18:35:25 +00:00
(css) Fix display of tabs with oversized content
This commit is contained in:
@@ -1 +1,10 @@
|
||||
@import 'extends';
|
||||
@import 'extends';
|
||||
|
||||
/**
|
||||
* This is a fix to make the tab resized to the surrounding md-content when
|
||||
* its content is too large. Initially observed with events and tasks lists
|
||||
* in the Calendar module and Angular Material 1.1.1.
|
||||
*/
|
||||
md-tab-content > div {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user