Merge "Remove '#change_plugins' from gr-change-view"
This commit is contained in:
@@ -121,10 +121,6 @@ limitations under the License.
|
|||||||
.changeMetadata {
|
.changeMetadata {
|
||||||
border-right: 1px solid var(--border-color);
|
border-right: 1px solid var(--border-color);
|
||||||
}
|
}
|
||||||
/* Prevent plugin text from overflowing. */
|
|
||||||
#change_plugins {
|
|
||||||
word-break: break-word;
|
|
||||||
}
|
|
||||||
.commitMessage {
|
.commitMessage {
|
||||||
font-family: var(--monospace-font-family);
|
font-family: var(--monospace-font-family);
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
@@ -438,10 +434,6 @@ limitations under the License.
|
|||||||
parent-is-current="[[_parentIsCurrent]]"
|
parent-is-current="[[_parentIsCurrent]]"
|
||||||
on-show-reply-dialog="_handleShowReplyDialog">
|
on-show-reply-dialog="_handleShowReplyDialog">
|
||||||
</gr-change-metadata>
|
</gr-change-metadata>
|
||||||
<!-- Plugins insert content into following container.
|
|
||||||
Stop-gap until PolyGerrit plugins interface is ready.
|
|
||||||
This will not work with Shadow DOM. -->
|
|
||||||
<div id="change_plugins"></div>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="mainChangeInfo" class="changeInfo-column mainChangeInfo">
|
<div id="mainChangeInfo" class="changeInfo-column mainChangeInfo">
|
||||||
<div id="commitAndRelated" class="hideOnMobileOverlay">
|
<div id="commitAndRelated" class="hideOnMobileOverlay">
|
||||||
|
Reference in New Issue
Block a user