We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c79129 commit d506b44Copy full SHA for d506b44
public/src/modules/composer.js
@@ -109,7 +109,7 @@ define(['taskbar'], function(taskbar) {
109
var taskbar = document.getElementById('taskbar');
110
111
composer.postContainer = document.createElement('div');
112
- composer.postContainer.className = 'post-window row-fluid';
+ composer.postContainer.className = 'post-window row';
113
composer.postContainer.innerHTML = '<div class="span5">' +
114
'<input type="text" tabIndex="1" placeholder="Enter your topic title here..." />' +
115
'<div class="btn-toolbar formatting-bar">' +
0 commit comments